-
Notifications
You must be signed in to change notification settings - Fork 334
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
U-Boot with SPL #63
Comments
if its any help, I'll put my generated lds file //#define CONFIG_SUN6I_FPGA |
Hi @CodeNinja89 , I could fix the very same issue in other repository I had by removing "-ansi" cpp flag from the Makefile (I think that ./spl/Makefile is enough). I'm trying to build .spl file for this platform too (sun6i) but I cannot go any further than: What did you do in order to overcome this problem? Thanks!! |
sun6i is not yet supported by sunxi u-boot. Additionally To build u-boot for your board you have to "make yourboardname" if your If your board is not yet supported by u-boot then some additional steps Regards |
Hi,
I'm compiling U-Boot for Sun6i (Allwinner A31s). To compile u-boot with spl, I did:
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun6i CONFIG_SPL=y
It does everything but in the end it says:
spl/u-boot-spl.lds:1: ignoring invalid character `#' in expression
arm-linux-gnueabihf-ld:/root/lin-sun/u-boot-allwinner-sunxi-a31-d794569/spl/u-boot-spl.lds:1: syntax error
make[2]: *** [/root/lin-sun/u-boot-allwinner-sunxi-a31-d794569/spl/u-boot-spl] Error 1
and I do not get any u-boot-with-spl.bin
Any help?
The text was updated successfully, but these errors were encountered: