Page 1 of 1

Firmware can not "make"

Posted: Mon Oct 18, 2021 9:12 am
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

Re: Firmware can not "make"

Posted: Mon Oct 18, 2021 10:59 am
by tobias
Did you try the getting started with development guide?

Re: Firmware can not "make"

Posted: Mon Oct 18, 2021 3:06 pm
by lin24016
I did. I managed to build with “make -B” though I am not sure what is the problem

Re: Firmware can not "make"

Posted: Mon Nov 08, 2021 11:57 am
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