Firmware can not "make"

Firmware/software/electronics/mechanics
Post Reply
lin24016
Beginner
Posts: 5
Joined: Mon Oct 18, 2021 9:05 am

Firmware can not "make"

Post by lin24016 »

I was about to flash code to cf2. After I do

Code: Select all

make clean
CLEAN
the following "make" command does not respond anything in my terminal.

Therefore the following "make cload" failed given the "cf2.bin" file is not made.

I am new to the cf system, any suggestion is more than welcome. Thx
tobias
Bitcraze
Posts: 2339
Joined: Mon Jan 28, 2013 7:17 pm
Location: Sweden

Re: Firmware can not "make"

Post by tobias »

Did you try the getting started with development guide?
lin24016
Beginner
Posts: 5
Joined: Mon Oct 18, 2021 9:05 am

Re: Firmware can not "make"

Post by lin24016 »

I did. I managed to build with “make -B” though I am not sure what is the problem
jonasdn
Expert
Posts: 132
Joined: Mon Mar 01, 2021 3:13 pm

Re: Firmware can not "make"

Post by jonasdn »

Hi, this is weird!

Could you paste the output of "make -p" somewhere so we can examine what make things is going on?

Jonas
Post Reply