Open jasongaunt opened 3 years ago
Update:
I tried lattepanda_64_defconfig just in case and now I get the following when running make -j4
:
scripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
scripts/Makefile.host:107: recipe for target 'scripts/sign-file' failed
make[1]: *** [scripts/sign-file] Error 1
Makefile:562: recipe for target 'scripts' failed
make: *** [scripts] Error 2
make: *** Waiting for unfinished jobs....
This is fixed by running sudo apt install libssl-dev
and then re-running make -j4
Build time was roughly 3 hours.
Hoping this will help someone in future ♥
Hi mopplayer,
Attempting to build on a clean install of Ubuntu 16.04.3 LTS (Desktop version), I get the following error when attempting to build for my Z8300;
Please can you advise?
I can see a lattepanda_64_defconfig in the configs folder, should it be that instead?