Created
August 30, 2019 18:46
-
-
Save johalun/d5892261498b654f0316a933a6d64bf0 to your computer and use it in GitHub Desktop.
cross compile error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ (x=`pwd`; cd /usr/src ; make buildenv CROSS_TOOLCHAIN=powerpc64-gcc TARGET=powerpc TARGET_ARCH=powerpc64 BUILDENV_SHELL="cd ${x}; make -s -j8") | |
Entering world for powerpc64:powerpc | |
Explicit target required. Likely "buildworld" is wanted. See build(7). | |
--- _guard --- | |
*** [_guard] Error code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment