CubeMX bug report: non-portable paths in .GPDSC files
I'm using 4.16 on macOS, and noticed the .pdsc file is generated with non-portable, backslash windows path:
<files>
<file category=''header'' name=''\Users\ilg\STM32\STM32Cube\Repository\\STM32Cube_FW_F4_V1.13.0\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc.h''/>
<file category=''header'' name=''\Users\ilg\STM32\STM32Cube\Repository\\STM32Cube_FW_F4_V1.13.0\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_rcc_ex.h''/>
<file category=''source'' name=''\Users\ilg\STM32\STM32Cube\Repository\\STM32Cube_FW_F4_V1.13.0\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c''/>
<file category=''source'' name=''\Users\ilg\STM32\STM32Cube\Repository\\STM32Cube_FW_F4_V1.13.0\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c''/>
</files>
Please use portable, slash separated, POSIX paths in your generated files.Regards,Liviu #posix-paths-gpdsc-cubemx-bug