I wiped out everything again and started fresh from new git + PROJECT=S905 DEVICE=KI-Plus ARCH=arm make image and make fails at the exact same place
I'm compiling on Kubuntu 20.04 Any idea why /usr/include conflicts with the project ?
Interrestingly enough omitting ARCH on make statement suggest aarch64 as the only valid choice but that doesn't fix my problem.
Code
PROJECT=S905 DEVICE=KI-Plus make image
=================================================================================
ERROR: Architecture not found, use a valid Architecture
for your project or create a new config
=================================================================================
Valid Architectures for your project: S905
- aarch64
Regards