My APPDATA have some special chars and the compiler not find my BSP.
C:/Users/DirWithSpecialCharLike_á_/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F4xxxx/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c: No such file or directory
I tryied to change BSP_ROOT in FindXXX.props but not worked, everytime visualgdb recreates de directory inside AppData/Local/VisualGDB.
There is another way to put BSP, toolchain, etc in a directory like C:\BSP for example?
Thank you