skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
685 stars 50 forks source link

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

Closed hansfbaier closed 1 year ago

hansfbaier commented 1 year ago
[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 commented 1 year ago

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

paralin commented 1 year ago

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

paralin commented 1 year ago

@hansfbaier Please run these steps:

git pull
git submodule update
make br/uboot-dirclean
make configure compile
hansfbaier commented 1 year ago

@paralin That worked, thanks!