Skip to content

Instantly share code, notes, and snippets.

@johalun
Created August 30, 2019 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johalun/d5892261498b654f0316a933a6d64bf0 to your computer and use it in GitHub Desktop.
Save johalun/d5892261498b654f0316a933a6d64bf0 to your computer and use it in GitHub Desktop.
cross compile error
$ (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