sipeed / LonganPi-3H-SDK

LonganPi 3H SDK
GNU General Public License v3.0
28 stars 14 forks source link

Error during the linux build process #6

Closed alexlakey1 closed 8 months ago

alexlakey1 commented 8 months ago

I am running the linux build shell script in Ubuntu and I get a configuration error at the point the script tries to make the defconfig:

Can anyone tell me whether this is a component I am missing, or is this a permissions issue?

thanks

wu-yue-yu commented 8 months ago

It seems that the patches are not applied successfully.

alexlakey1 commented 8 months ago

Thanks for your help. Can I check - you mean I have to patch the host system that I build on, not apply the patches after the build is made (to the target Sipeed system)?

wu-yue-yu commented 8 months ago

Exactly. The patch should be applied before building. You can check the mklinux.sh and mkuboot.sh for details, the patches will be applied when running the build scripts.

alexlakey1 commented 8 months ago

Thanks so much for taking the time to help.