Klipper: Cant compile STM32F1 code

Created on 10 Jul 2018  路  2Comments  路  Source: KevinOConnor/klipper

I adjusting menuconfig to STM32f10 devices and get following error message:

make: * No rule to make target 'out/board/irq.h', needed by "out/src/sched.o". Stop

Are here any undocumented requirements I need to install to compile STM32 ?

Most helpful comment

If one makes significant changes in "make menuconfig" then it is sometimes necessary to run "make clean" prior to running "make".

-Kevin

All 2 comments

If one makes significant changes in "make menuconfig" then it is sometimes necessary to run "make clean" prior to running "make".

-Kevin

Had to install
"sudo apt-get install gcc-arm-none-eabi"

compiling now - but getting a lot of warnings:

'use 2-byte wchar_t yet the output is to use 4-byte wchar_t .... may fail'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SergeyKrutyko picture SergeyKrutyko  路  6Comments

aegelsky picture aegelsky  路  3Comments

talfari picture talfari  路  5Comments

superg3 picture superg3  路  6Comments

speendo picture speendo  路  3Comments