Advertisement
Guest User

Untitled

a guest
Feb 21st, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. [nick@zeus u-boot]$ source /opt/poky/1.3/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi
  2. [nick@zeus u-boot]$ export CROSS_COMPILE=arm-poky-linux-gnueabi-
  3. [nick@zeus u-boot]$ export ARCH=arm
  4. [nick@zeus u-boot]$ make am335x_evm_config
  5. Generating include/autoconf.mk
  6. Configuring for am335x_evm - Board: am335x_evm, Options: SERIAL1,CONS_INDEX=1
  7. [nick@zeus u-boot]$ make -s -j4
  8. make[1]: *** No rule to make target `/media/scratch/beaglebone-kernel/u-boot/include/asm-generic/global_data.h', needed by `cache_v7.o'. Stop.
  9. make: *** [arch/arm/cpu/armv7/libarmv7.o] Error 2
  10. make: *** Waiting for unfinished jobs....
  11. make[1]: *** No rule to make target `/media/scratch/beaglebone-kernel/u-boot/include/asm-generic/global_data.h', needed by `clock.o'. Stop.
  12. make: *** [arch/arm/cpu/armv7/am33xx/libam33xx.o] Error 2
  13. arm-poky-linux-gnueabi-ld.bfd: unrecognized option '-Wl,-O1'
  14. arm-poky-linux-gnueabi-ld.bfd: use the --help option for usage information
  15. make[1]: *** [libomap-common.o] Error 1
  16. make: *** [arch/arm/cpu/armv7/omap-common/libomap-common.o] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement