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

make build -j4 2>&1 | tee -a buildlog.txt WHY??? #14

Open
LUYUAN1213 opened this issue Dec 20, 2022 · 1 comment
Open

make build -j4 2>&1 | tee -a buildlog.txt WHY??? #14

LUYUAN1213 opened this issue Dec 20, 2022 · 1 comment

Comments

@LUYUAN1213
Copy link

fastboot-burn.bin is Ready.
make[3]: Leaving directory '/home/lu/hi3798mv100/HiSTBLinuxV100R005C00SPC041B020/out/hi3798mv100/hi3798mdmo1d/obj/source/boot/fastboot'
make[2]: Leaving directory '/home/lu/hi3798mv100/HiSTBLinuxV100R005C00SPC041B020/out/hi3798mv100/hi3798mdmo1d/obj/source/boot/fastboot'
make[1]: Leaving directory '/home/lu/hi3798mv100/HiSTBLinuxV100R005C00SPC041B020/source/boot'

make target "build -j4" failed !!!(01:16 (mm:ss))

WHY???? THANK YOU !!!!!!

@chouex
Copy link

chouex commented Mar 19, 2023

for those who want to compile, this is how I compile inside docker ubuntu:bionic image

apt install sudo make lsb-release gcc -y
# modify ./server_install.sh
# remark check_tools "gcc" and "make" line
source ./env.sh
./server_install.sh
make menuconfig
make build -j4 2>&1  | tee -a buildlog.txt
make[3]: Leaving directory '/data/hi3798mv100/HiSTBLinuxV100R005C00SPC041B020/sample/openssl/client'
make[2]: Leaving directory '/data/hi3798mv100/HiSTBLinuxV100R005C00SPC041B020/sample/openssl'
make[1]: Leaving directory '/data/hi3798mv100/HiSTBLinuxV100R005C00SPC041B020/sample'
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/data/hi3798mv100/HiSTBLinuxV100R005C00SPC041B020'
make[1]: Nothing to be done for 'signature'.
make[1]: Leaving directory '/data/hi3798mv100/HiSTBLinuxV100R005C00SPC041B020'

 #### make "build -j4" completed successfully!(01:45 (mm:ss)) ####

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