Advertisement
Guest User

bzImage issue

a guest
Aug 21st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Commands I ran:
  2.  
  3. sudo apt install libssl-dev
  4. git clone --depth 1 -b v4.12.7 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
  5. git clone git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git
  6.  
  7. I ran this:
  8. cp config-4.12.7 linux/.config
  9. and I had to change it to this: (in linux directory) cp config-4.12.7 .config
  10.  
  11. then once I run this:
  12. (cd linux && make bzImage)
  13. it makes bzImage within these directories:
  14. ~/linux/arch/x86/boot
  15.  
  16. but once I run this:
  17. go run .
  18.  
  19. I get this error:
  20. package .: no Go files in /home/brandonjakobson/linux/arch/x86/boot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement