Advertisement
Guest User

Untitled

a guest
Mar 30th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. make -C /opt/linux M=/opt/KernelMod modules ARCH=openrisc CROSS_COMPILE=or32-linux-
  2. make[1]: or32-linux-gcc: Command not found
  3. make[1]: Entering directory `/opt/linux'
  4. make[1]: or32-linux-gcc: Command not found
  5. CC [M] /opt/KernelMod/hello-1.o
  6. /bin/sh: 1: or32-linux-gcc: not found
  7. make[2]: *** [/opt/KernelMod/hello-1.o] Error 127
  8. make[1]: *** [_module_/opt/KernelMod] Error 2
  9. make[1]: Leaving directory `/opt/linux'
  10. make: *** [modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement