1> : warning : missing whitespace after the macro name

Sysprogs forums Forums VisualGDB 1> : warning : missing whitespace after the macro name

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13379
    euwe
    Participant

    1>—— Build started: Project: HomeSolution, Configuration: Debug Win32 ——
    1>VisualGDB: Run “cmd.exe /c “C:\SysGCC\arm-eabi\bin\make.exe” CONFIG=Debug -j12″ in directory “C:\Rainbird\HomeCopy\Utilities\HomeSolution\HomeSolution” on local computer
    1>C:/SysGCC/arm-eabi/bin/arm-eabi-g++.exe -ggdb -ffunction-sections -fno-exceptions -fno-rtti -O0 -std=c++98 -Wno-write-strings -mcpu=cortex-m0 -mthumb -I../../../SmBusMonitor/Inc -I../../../SmBusMonitor -I../../SmBusMonitor/Inc -I. -IC:/Users/frank/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F0xxxx/STM32F0xx_HAL_Driver/Inc -IC:/Users/frank/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F0xxxx/STM32F0xx_HAL_Driver/Inc/Legacy -IC:/Users/frank/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F0xxxx/CMSIS_HAL/Device/ST/STM32F0xx/Include -IC:/Users/frank/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F0xxxx/CMSIS_HAL/Include -DDEBUG -DVISUAL_STUDIO -DDEBUG_DEFAULT_INTERRUPT_HANDLERS -DARM_MATH_CM0 -DSTM32F091RC -Dflash_layout -DSTM32F091xC -D$com.sysprogs.bspoptions.stm32.hal_legacy$ -DFIXED_STACK_SIZE=2048 -DFIXED_HEAP_SIZE=1024 -c ../../SmBusMonitor/SmBusMonitor/Src/SmBusMonitorType.cpp -o Debug/SmBusMonitorType.o -MD -MF Debug/SmBusMonitorType.dep
    1><command-line> : warning : missing whitespace after the macro name
    1>C:/SysGCC/arm-eabi/bin/arm-eabi-g++.exe -o Debug/HomeSolution.elf -Wl,-gc-sections –specs=nano.specs –specs=nosys.specs -TC:/Users/frank/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F0xxxx/LinkerScripts/STM32F091RC_flash.lds -Wno-write-strings -mcpu=cortex-m0 -mthumb -Wl,–start-group Debug/AsyncSerialType.o Debug/ConsoleType.o Debug/dhcp.o Debug/loopback.o Debug/NetworkSocketType.o Debug/socket.o Debug/w5500.o Debug/wizchip_conf.o Debug/SSD1803.o Debug/SmBusLedDisplayType.o Debug/PcCommunicationType.o Debug/PcPortMessageHandlerType.o Debug/SmBusMessageHandlerType.o Debug/SmBusMonitor.o Debug/SmBusMonitorType.o Debug/SmBusPacketType.o Debug/SpiPortType.o Debug/TimeType.o Debug/AsciiHexConversionType.o Debug/main.o Debug/stm32f0xx_hal_msp.o Debug/stm32f0xx_it.o Debug/startup_stm32f091xc.o Debug/stm32f0xx_hal.o Debug/stm32f0xx_hal_adc.o Debug/stm32f0xx_hal_adc_ex.o Debug/stm32f0xx_hal_can.o Debug/stm32f0xx_hal_cec.o Debug/stm32f0xx_hal_comp.o Debug/stm32f0xx_hal_cortex.o Debug/stm32f0xx_hal_crc.o Debug/stm32f0xx_hal_crc_ex.o Debug/stm32f0xx_hal_dac.o Debug/stm32f0xx_hal_dac_ex.o Debug/stm32f0xx_hal_dma.o Debug/stm32f0xx_hal_flash.o Debug/stm32f0xx_hal_flash_ex.o Debug/stm32f0xx_hal_gpio.o Debug/stm32f0xx_hal_i2c.o Debug/stm32f0xx_hal_i2c_ex.o Debug/stm32f0xx_hal_i2s.o Debug/stm32f0xx_hal_irda.o Debug/stm32f0xx_hal_iwdg.o Debug/stm32f0xx_hal_pcd.o Debug/stm32f0xx_hal_pcd_ex.o Debug/stm32f0xx_hal_pwr.o Debug/stm32f0xx_hal_pwr_ex.o Debug/stm32f0xx_hal_rcc.o Debug/stm32f0xx_hal_rcc_ex.o Debug/stm32f0xx_hal_rtc.o Debug/stm32f0xx_hal_rtc_ex.o Debug/stm32f0xx_hal_smartcard.o Debug/stm32f0xx_hal_smartcard_ex.o Debug/stm32f0xx_hal_smbus.o Debug/stm32f0xx_hal_spi.o Debug/stm32f0xx_hal_spi_ex.o Debug/stm32f0xx_hal_tim.o Debug/stm32f0xx_hal_tim_ex.o Debug/stm32f0xx_hal_tsc.o Debug/stm32f0xx_hal_uart.o Debug/stm32f0xx_hal_uart_ex.o Debug/stm32f0xx_hal_usart.o Debug/stm32f0xx_hal_wwdg.o Debug/stm32f0xx_ll_adc.o Debug/stm32f0xx_ll_comp.o Debug/stm32f0xx_ll_crc.o Debug/stm32f0xx_ll_crs.o Debug/stm32f0xx_ll_dac.o Debug/stm32f0xx_ll_dma.o Debug/stm32f0xx_ll_exti.o Debug/stm32f0xx_ll_gpio.o Debug/stm32f0xx_ll_i2c.o Debug/stm32f0xx_ll_pwr.o Debug/stm32f0xx_ll_rcc.o Debug/stm32f0xx_ll_rtc.o Debug/stm32f0xx_ll_spi.o Debug/stm32f0xx_ll_tim.o Debug/stm32f0xx_ll_usart.o Debug/stm32f0xx_ll_utils.o Debug/system_stm32f0xx.o Debug/StackAndHeap.o -Wl,–end-group
    1>C:/SysGCC/arm-eabi/bin/arm-eabi-objcopy.exe -O binary Debug/HomeSolution.elf Debug/HomeSolution.bin

    #13380
    support
    Keymaster

    Hi,

    This looks like a project created with an old version of the STM32 BSP. Newly created projects with the latest BSP should not have it. Either way, the warning is harmless and can be ignored.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.