cancel
Showing results for 
Search instead for 
Did you mean: 

stm32 cubeide: How to modify C language parallel compilation

jiaquanpingjunshu
Associate

How to configure parallel compilation in cubeide, that is, "j-4" "j-8" and I encountered an error in the Windows 87 code, how to solve it, I changed the path and still couldn't do it
··········································································································································

00:10:38 **** Build of configuration Debug for project fishboat_2 ****
make -j4 all
arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.o"
arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.o"
arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o"
arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/croutine.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/croutine.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/croutine.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/croutine.o"
arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/event_groups.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/event_groups.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/event_groups.o"
arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/list.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/list.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/list.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/list.o"
process_begin: CreateProcessW(E:\Esoft\CodeAPP\STM32\STM32CubeIDE_1.19.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.make.win32_2.2.0.202409170845\tools\bin\sh.exe, E:/Esoft/CodeAPP/STM32/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.make.win32_2.2.0.202409170845/tools/bin/sh.exe -c "arm-none-eabi-gcc \"../Middlewares/Third_Party/FreeRTOS/Source/list.c\" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc\" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF\"Middlewares/Third_Party/FreeRTOS/Source/list.d\" -MT\"Middlewares/Third_Party/FreeRTOS/Source/list.o\" --specs=nano.specs -mfloat-abi=soft -mthumb -o \"Middlewares/Third_Party/FreeRTOS/Source/list.o\"", ...) failed.
make (e=87): ��������
make: *** [Middlewares/Third_Party/FreeRTOS/Source/subdir.mk:37: Middlewares/Third_Party/FreeRTOS/Source/list.o] Error 87
make: *** Waiting for unfinished jobs....
"make -j4 all" terminated with exit code 2. Build might be incomplete.

00:10:39 Build Failed. 2 errors, 0 warnings. (took 1s.230ms)

 

00:10:38 **** Build of configuration Debug for project fishboat_2 ****

make -j4 all

arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.o"

arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3/port.o"

arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o"

arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/croutine.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/croutine.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/croutine.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/croutine.o"

arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/event_groups.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/event_groups.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/event_groups.o"

arm-none-eabi-gcc "../Middlewares/Third_Party/FreeRTOS/Source/list.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc" -I"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Middlewares/Third_Party/FreeRTOS/Source/list.d" -MT"Middlewares/Third_Party/FreeRTOS/Source/list.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Middlewares/Third_Party/FreeRTOS/Source/list.o"

process_begin: CreateProcessW(E:\Esoft\CodeAPP\STM32\STM32CubeIDE_1.19.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.make.win32_2.2.0.202409170845\tools\bin\sh.exe, E:/Esoft/CodeAPP/STM32/STM32CubeIDE_1.19.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.make.win32_2.2.0.202409170845/tools/bin/sh.exe -c "arm-none-eabi-gcc \"../Middlewares/Third_Party/FreeRTOS/Source/list.c\" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Include\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Middlewares/Third_Party/FreeRTOS/Source/include\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/GPS_Src\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Core/nmea_GPS/nmea\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Core/BSP_Inc\" -I\"D:/studystudystudy/Cube_32F1/fishboat_2/Core/Inc\" -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3 -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF\"Middlewares/Third_Party/FreeRTOS/Source/list.d\" -MT\"Middlewares/Third_Party/FreeRTOS/Source/list.o\" --specs=nano.specs -mfloat-abi=soft -mthumb -o \"Middlewares/Third_Party/FreeRTOS/Source/list.o\"", ...) failed.

make (e=87): ��������

make: *** [Middlewares/Third_Party/FreeRTOS/Source/subdir.mk:37: Middlewares/Third_Party/FreeRTOS/Source/list.o] Error 87

make: *** Waiting for unfinished jobs....

"make -j4 all" terminated with exit code 2. Build might be incomplete.

 

00:10:39 Build Failed. 2 errors, 0 warnings. (took 1s.230ms)

1 REPLY 1
Pavel A.
Super User

Here:

Screenshot 2026-03-13 015453.png

 

Make error 87 often means exceeded length of the command line of compiler or other tool. This should not occur on modern supported Windows versions. Check that you've enabled the Windows option that removes the legacy path length limit.

Also, try the internal builder.