Skip to content
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

allwinner/licheerv: uboot build fails (no defconfig lichee_rv) #285

Closed
hansfbaier opened this issue Apr 17, 2023 · 4 comments
Closed

allwinner/licheerv: uboot build fails (no defconfig lichee_rv) #285

hansfbaier opened this issue Apr 17, 2023 · 4 comments
Assignees

Comments

@hansfbaier
Copy link

[17:44:22] ~/HDL/MiSTeX/SkiffOS master|✓$ echo $SKIFF_CONFIG
allwinner/licheerv,skiff/core
[17:44:33] ~/HDL/MiSTeX/SkiffOS master|✓$ make compile
make[1]: Entering directory '/devel/HDL/MiSTeX/SkiffOS/build'
+ '[' '!' -d /home/jack/HDL/MiSTeX/SkiffOS/workspaces/default ']'
+ '[' '!' -f /home/jack/HDL/MiSTeX/SkiffOS/workspaces/default/Makefile ']'
+ '[' '!' -d /home/jack/HDL/MiSTeX/SkiffOS/overrides/workspaces/default/ ']'
+ ln -f -s /home/jack/HDL/MiSTeX/SkiffOS/workspaces/default /home/jack/HDL/MiSTeX/SkiffOS/workspaces/default/output
Skiff config matches allwinner/d1,skiff/moduleimg,allwinner/licheerv,apps/runc,apps/containerd,apps/docker,skiff/core, skipping config rebuild.
Kicking off Buildroot build...
cd $BUILDROOT_DIR && make 
make[2]: Entering directory '/devel/HDL/MiSTeX/SkiffOS/workspaces/default'
***
*** Can't find default configuration "arch/../configs/lichee_rv_defconfig"!
***
make[5]: *** [scripts/kconfig/Makefile:96: lichee_rv_defconfig] Error 1
make[4]: *** [Makefile:575: lichee_rv_defconfig] Error 2
make[3]: *** [boot/uboot/uboot.mk:553: /devel/HDL/MiSTeX/SkiffOS/workspaces/default/build/uboot-custom/.stamp_dotconfig] Error 2
make[2]: *** [Makefile:23: _all] Error 2
make[2]: Leaving directory '/devel/HDL/MiSTeX/SkiffOS/workspaces/default'
make[1]: *** [Makefile:64: compile] Error 2
make[1]: Leaving directory '/devel/HDL/MiSTeX/SkiffOS/build'
make: *** [Makefile:2: compile] Error 2
[17:44:41] ~/HDL/MiSTeX/SkiffOS master|✓$
@paralin paralin closed this as not planned Won't fix, can't repro, duplicate, stale Apr 17, 2023
@paralin paralin self-assigned this Apr 17, 2023
@paralin paralin reopened this Apr 17, 2023
@paralin
Copy link
Collaborator

paralin commented Apr 17, 2023

@hansfbaier Ah I see this was an issue building uboot and not linux. Looking into it now.

@paralin paralin changed the title Build fails for lichee RV allwinner/licheerv: uboot build fails (no defconfig lichee_rv) Apr 17, 2023
@paralin
Copy link
Collaborator

paralin commented Apr 17, 2023

@hansfbaier Okay thanks again for the report, fixed in 7163c4d

@paralin
Copy link
Collaborator

paralin commented Apr 17, 2023

@hansfbaier Please run these steps:

git pull
git submodule update
make br/uboot-dirclean
make configure compile

@hansfbaier
Copy link
Author

@paralin That worked, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants