This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

regarding arm gcc compiler

please help me resolving this issue during buil process

arm-none-eabi-gcc -DUSE_STDPERIPH_DRIVER -I"H:/embedded systems/arm projects/template_project/inc" -I"H:/embedded systems/arm projects/template_project/../STM32F0xx_StdPeriph_Lib_V1.5.0/Libraries/CMSIS/Device/ST/STM32F0xx/Include" -I"H:/embedded systems/arm projects/template_project/../STM32F0xx_StdPeriph_Lib_V1.5.0/Libraries/CMSIS/Include" -I"H:/embedded systems/arm projects/template_project/../STM32F0-Discovery_FW_V1.0.0/Utilities/STM32F0-Discovery" -I"H:/embedded systems/arm projects/template_project/../STM32F0xx_StdPeriph_Lib_V1.5.0/Libraries/STM32F0xx_StdPeriph_Driver/inc" -O0 -g3 -Wall -c -fmessage-length=0-mthumb -mcpu=cortex-m0 -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.c"

arm-none-eabi-gcc: error: argument to '-fmessage-length=' should be a non-negative integer

make: *** [src/main.o] Error 1

Parents Reply Children