Skip to content

Instantly share code, notes, and snippets.

@pietrushnic
Created October 15, 2015 16:40
Show Gist options
  • Save pietrushnic/50ac0c95078121ff4d79 to your computer and use it in GitHub Desktop.
Save pietrushnic/50ac0c95078121ff4d79 to your computer and use it in GitHub Desktop.
[18:39:11] pietrushnic:u-boot git:(u-boot-sunxi/nand-wip*) $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
CHK include/config/uboot.release
CHK include/generated/version_autogenerated.h
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
CHK include/generated/generic-asm-offsets.h
CHK include/generated/asm-offsets.h
HOSTCC tools/mkenvimage.o
HOSTLD tools/mkenvimage
HOSTCC tools/image-host.o
HOSTCC tools/dumpimage.o
HOSTLD tools/dumpimage
HOSTCC tools/mkimage.o
HOSTLD tools/mkimage
CC common/main.o
CC common/board_f.o
CC common/cmd_version.o
LD common/built-in.o
CC drivers/video/cfb_console.o
LD drivers/video/built-in.o
LD drivers/built-in.o
CC lib/display_options.o
LD lib/built-in.o
LD u-boot
arm-linux-gnueabihf-ld.bfd: error: /home/pietrushnic/storage/wdc/projects/3mdeb/cubietruck/toolchains/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/4.9.3/libgcc.a(_udivmoddi4.o) uses VFP register arguments, u-boot does not
arm-linux-gnueabihf-ld.bfd: failed to merge target specific data of file /home/pietrushnic/storage/wdc/projects/3mdeb/cubietruck/toolchains/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/4.9.3/libgcc.a(_udivmoddi4.o)
Makefile:1173: recipe for target 'u-boot' failed
make: *** [u-boot] Error 1
[18:40:07] pietrushnic:u-boot git:(u-boot-sunxi/nand-wip*) $ git remote -v
bbrezillon https://github.com/bbrezillon/u-boot.git (fetch)
bbrezillon https://github.com/bbrezillon/u-boot.git (push)
jwrdegoede https://github.com/jwrdegoede/u-boot-sunxi.git (fetch)
jwrdegoede https://github.com/jwrdegoede/u-boot-sunxi.git (push)
origin git://git.denx.de/u-boot.git (fetch)
origin git://git.denx.de/u-boot.git (push)
pietrushnic https://github.com/pietrushnic/u-boot-sunxi.git (fetch)
pietrushnic https://github.com/pietrushnic/u-boot-sunxi.git (push)
[18:40:16] pietrushnic:u-boot git:(u-boot-sunxi/nand-wip*) $ git pull bbrezillon
Already up-to-date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment