Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Try adding /home/gray/Desktop/tmp/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin to PATH: export PATH=/home/gray/Desktop/tmp/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin:$PATH Commented Dec 2, 2015 at 4:09
  • Same result. :( Commented Dec 2, 2015 at 4:36
  • This is strange. Either there is a typo somewhere in this long path, or you'd hit a bug. For me alien kernel compilation always worked as make ARCH=arch CROSS_COMPILE=/path/to/toolchain/bin/toolchain-triplet-. Double check everything, and if still no go, try strace -f -eexecve -v -s150 -o log make ... and then post result (file log) on pastebin.com. Commented Dec 2, 2015 at 7:03
  • Is the toolchain complete? You seem not to be able to compile an asm file, not a C file. Commented Dec 2, 2015 at 7:20
  • I had to truncate it a bit @siblynx pastebin.com/ZdGfP3Qg That is the last bit of the log. Commented Dec 2, 2015 at 8:53