I have used the hal (hardware abstraction layer) branch since last year, and have switched to "latest" branch today. My setup needs some changes now (e.g. installed new compiler version). My "app" resides next to the firmware folder, so I can version control my app separately. To compile for my Core, I have used this command until now (from my app directory):
cd ../firmware/main # switch to firmware folder
make PLATFORM=core APPDIR=../../myApp
cd ../../myApp
After the switch from hal to latest, the compiler is stopped by this mysterious message:
I remember I had the same issue, cant test it right now but I believe I resolved it by also specifying a TARGET_DIR, somewhere outside the firmware folder.
It’s good to have the initial discussion here, then we can see if it’s already a known issue. If it’s indeed a new bug, then we can go ahead and create a new github issue for it.