14:50:26 **** Incremental Build of configuration Debug for project STM32746G_DISCOVERY **** make all Building file: ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c Invoking: MCU GCC Compiler D:\STM32Cube_FW_F7_V1.15.0\Projects\STM32746G-Discovery\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS\SW4STM32\STM32746G_DISCOVERY\Debug arm-none-eabi-gcc -mcpu=cortex-m7 -mthumb -mfloat-abi=hard -mfpu=fpv5-sp-d16 -DUSE_HAL_DRIVER -DSTM32F746xx -DUSE_STM32746G_DISCOVERY -I"D:/STM32Cube_FW_F7_V1.15.0/Projects/STM32746G-Discovery/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS/Inc" -I"D:/STM32Cube_FW_F7_V1.15.0/Projects/STM32746G-Discovery/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS/Src" -I"D:/STM32Cube_FW_F7_V1.15.0/Drivers/CMSIS/Device/ST/STM32F7xx/Include" -I"D:/STM32Cube_FW_F7_V1.15.0/Drivers/STM32F7xx_HAL_Driver/Inc" -I"D:/STM32Cube_FW_F7_V1.15.0/Drivers/BSP/STM32746G-Discovery" -I"D:/STM32Cube_FW_F7_V1.15.0/Drivers/BSP/Components/Common" -I"D:/STM32Cube_FW_F7_V1.15.0/Drivers/BSP/Components" -I"D:/STM32Cube_FW_F7_V1.15.0/Middlewares/Third_Party/LwIP/src/include" -I"D:/STM32Cube_FW_F7_V1.15.0/Middlewares/Third_Party/LwIP/system" -I"D:/STM32Cube_FW_F7_V1.15.0/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1" -I"D:/STM32Cube_FW_F7_V1.15.0/Middlewares/Third_Party/FreeRTOS/Source" -I"D:/STM32Cube_FW_F7_V1.15.0/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS" -I"D:/STM32Cube_FW_F7_V1.15.0/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/STM32Cube_FW_F7_V1.15.0/Utilities" -I"D:/STM32Cube_FW_F7_V1.15.0/Utilities/Log" -I"D:/STM32Cube_FW_F7_V1.15.0/Drivers/CMSIS/Include" -Os -g3 -Wall -fmessage-length=0 -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.d" -MT"target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.o" -o "target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.o" "../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c" ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:79:10: error: #error This port can only be used when the project options are configured to enable hardware floating point support. #error This port can only be used when the project options are configured to enable hardware floating point support. ^~~~~ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:267:7: error: expected '(' before 'void' __asm void vPortSVCHandler( void ) ^~~~ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:279:17: error: stray '#' in program mov r0, #0 ^ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:316:25: error: stray '#' in program orr r1, r1, #( 0xf << 20 ) ^ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:386:2: warning: #warning Must read VFP type. [-Wcpp] #warning Must read VFP type. ^~~~~~~ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:451:18: error: stray '#' in program tst r14, #0x10 ^ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:462:17: error: stray '#' in program mov r0, #configMAX_SYSCALL_INTERRUPT_PRIORITY ^ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:469:17: error: stray '#' in program mov r0, #0 ^ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:482:18: error: stray '#' in program tst r14, #0x10 ^ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:170:13: warning: 'prvStartFirstTask' declared 'static' but never defined [-Wunused-function] static void prvStartFirstTask( void ); ^~~~~~~~~~~~~~~~~ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:175:13: warning: 'prvEnableVFP' declared 'static' but never defined [-Wunused-function] static void prvEnableVFP( void ); ^~~~~~~~~~~~ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:215:48: warning: 'pcInterruptPriorityRegisters' defined but not used [-Wunused-const-variable=] static const volatile uint8_t * const pcInterruptPriorityRegisters = ( uint8_t * ) portNVIC_IP_REGISTERS_OFFSET_16; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:214:26: warning: 'ulMaxPRIGROUPValue' defined but not used [-Wunused-variable] static uint32_t ulMaxPRIGROUPValue = 0; ^~~~~~~~~~~~~~~~~~ ../target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.c:213:25: warning: 'ucMaxSysCallPriority' defined but not used [-Wunused-variable] static uint8_t ucMaxSysCallPriority = 0; ^~~~~~~~~~~~~~~~~~~~ make: *** [target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.o] Error 1 target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/subdir.mk:18: recipe for target 'target/os/FreeRTOS8.2.0/Source/portable/RVDS/ST_CM7/port.o' failed 14:50:28 Build Finished (took 2s.94ms)