-
Notifications
You must be signed in to change notification settings - Fork 140
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
make linux for fenix sdk is error! #252
Comments
hi, make[1]: *** [Makefile:1250:vmlinux] 错误 2 make[1]: 离开目录“/home/lille/fenix-test/fenix/build/linux” ./scripts/create_image.sh:130 Error: Build Linux failed! make: *** [Makefile:2:all] 错误 1 |
@ruijitek what's your build host? |
hi numbqq, NAME="Ubuntu" |
please try to use more recently distribution or build in docker. https://github.com/khadas/fenix?tab=readme-ov-file#build-in-docker |
hi ,numbqq cc1864ed270e: |
hi,numbqq,
root@kclee-Precision-Tower-7810:/data/git_khadas# docker run -it --privileged --name fenix -v /data/git_khadas:/home/khadas/fenix -v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro -v $HOME/.ccache:/data/git_khadas/.ccache --privileged --device=/dev/loop-control:/dev/loop-control --device=/dev/loop0:/dev/loop0 --cap-add SYS_ADMIN numbqq/fenix |
hi ,
I am download fenix sdk package on master branch.
and source /env/setenv.sh, make is have error below:
your should setup environment fist,Run 'source env/setenv.sh' to setup environment.
Makefile:5: recipe for target '_env_is_setup' failed
make: *** [_env_is_setup] Error 1
The text was updated successfully, but these errors were encountered: