Advertisement
Guest User

Untitled

a guest
Apr 12th, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. openrisc@openrisc-VirtualBox:~/openrisc$ git clone git://git.openrisc.net/jonas/linux
  2. openrisc@openrisc-VirtualBox:~/openrisc$ cd linux/
  3. openrisc@openrisc-VirtualBox:~/openrisc/linux$ make ARCH=openrisc defconfig
  4. openrisc@openrisc-VirtualBox:~/openrisc/linux$ gedit arch/openrisc/kernel/vmlinux.lds.S //(to change or32 for or1k)
  5. openrisc@openrisc-VirtualBox:~/openrisc/linux$ make CROSS_COMPILER=or1k-elf-
  6. make: or32-linux-gcc: Command not found
  7. make: or32-linux-gcc: Command not found
  8. CHK include/config/kernel.release
  9. CHK include/generated/uapi/linux/version.h
  10. CHK include/generated/utsrelease.h
  11. CC kernel/bounds.s
  12. /bin/sh: 1: or32-linux-gcc: not found
  13. make[1]: *** [kernel/bounds.s] Error 127
  14. make: *** [prepare0] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement