Hi,
Imported a a Keil Uvision project and now I get almost the same elf /axf file upon compiling.
After some checking, the difference is in how the output file is created in .rsp(Visual GDB) VS .__i(uVision) files.
What settings do I set so the output will be same?
__i format for creating the output .0 file : (how I need it to be! )
-o "VisualGDB/Debug/_2_/PNG_STM32WBxx_HAL_Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_adc.o" -MD "../../PNG_STM32WBxx_HAL_Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_adc.c"
.rsp format for creating .0 file:
"C:/Users/User1/Documents/MIGO_HW_V1/PNG_STM32WBxx_HAL_Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_adc.c" -o "VisualGDB/Debug/_2_/PNG_STM32WBxx_HAL_Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_adc.o" -MD -MP -MF "VisualGDB/Debug/_2_/PNG_STM32WBxx_HAL_Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_adc.dep"
how do I match the .rsp to .i ?
Thanks
-
This topic was modified 1 year, 1 month ago by support. Reason: formatting