Ralim / IronOS

Open Source Soldering Iron firmware
https://ralim.github.io/IronOS/
GNU General Public License v3.0
7.24k stars 718 forks source link

I use command building release, it didn't work. #888

Closed laivn closed 3 years ago

laivn commented 3 years ago

This is a [Question]

Steps to reproduce the bug:

Building firmware for TS100 in BG make: arm-none-eabi-as: No such file or directory make: arm-none-eabi-gcc: No such file or directory make: arm-none-eabi-gcc: No such file or directory make: arm-none-eabi-gcc: No such file or directory make: [Objects/TS100/./Core/BSP/Miniware/port.o] Error 1 make: Waiting for unfinished jobs.... make: [Objects/TS100/./Startup/startup_stm32f103t8ux.o] Error 1 make: [Objects/TS100/./Core/BSP/Miniware/BSP_PD.o] Error 1 make: [Objects/TS100/./Core/BSP/Miniware/system_stm32f1xx.o] Error 1 make: arm-none-eabi-gcc: No such file or directory make: arm-none-eabi-gcc: No such file or directory make: arm-none-eabi-gcc: No such file or directory make: [Objects/TS100/./Core/BSP/Miniware/Setup.o] Error 1 make: arm-none-eabi-gcc: No such file or directory make: [Objects/TS100/./Core/BSP/Miniware/stm32f1xx_it.o] Error 1 make: [Objects/TS100/./Core/Src/FreeRTOSHooks.o] Error 1 make: [Objects/TS100/./Core/BSP/Miniware/flash.o] Error 1 make: arm-none-eabi-gcc: No such file or directory make: arm-none-eabi-gcc: No such file or directory make: [Objects/TS100/./Core/Src/freertos.o] Error 1 make: *** [Objects/TS100/./Core/Src/syscalls.o] Error 1

Ralim commented 3 years ago

Hi, That would indicate you have not installed the arm compilers on your system before running the command.

laivn commented 3 years ago

Thx, I settled.