-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requeriments to compile the kernel #1
Comments
Another thing neeeded to compile the kernel is libc6 (64Bits) :
This way scripts/mkimage works. |
Thanks @naeloob . Could you share what kernel / config / steps to build are you doing so I can reproduce your needs? |
Of course...
In the make process of the kernel is required :
Hope this helps. Regards |
Another thing needed is CPIO : |
@naeloob can't download MStar-MSC3XX-SDK-toolchain.tgz . Could you provide file or another link? |
In the event someone tries to continue this endeavor, it looks like the OpenIPC site reorganized. OpenIPC download page for MStar: https://openipc.org/cameras/vendors/mstar/socs/msc313e And provides links for kernel source, buildroot toolchain, and bootloader binary. |
Hi, this docker lacks bc needed to compile the kernel.
It would be perfect if you add it.
Just
apt install bc
The text was updated successfully, but these errors were encountered: