You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while compiling uboot with build.sh i faced the following errors:
LD lib/built-in.o
lib/time.o: In function `__raw_writesb':
/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:80: multiple definition of `__raw_writesb'
lib/display_options.o:/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:80: first defined here
lib/time.o: In function `__raw_writesw':
/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:88: multiple definition of `__raw_writesw'
lib/display_options.o:/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:88: first defined here
lib/time.o: In function `__raw_writesl':
/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:98: multiple definition of `__raw_writesl'
lib/display_options.o:/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:98: first defined here
lib/time.o: In function `__raw_readsb':
/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:103: multiple definition of `__raw_readsb'
lib/display_options.o:/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:103: first defined here
lib/time.o: In function `__raw_readsw':
/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:110: multiple definition of `__raw_readsw'
lib/display_options.o:/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:110: first defined here
lib/time.o: In function `__raw_readsl':
/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:119: multiple definition of `__raw_readsl'
lib/display_options.o:/media/data_fast/bpi/kernel/BPI-R64-BSP-4.19/u-boot-mt/arch/arm/include/asm/io.h:119: first defined here
build uboot with make inside u-boot-mt folder is also broken because of fixed crosscompiler (hardcoded, not using env-var, i can fix) and somewhere is march set to armv5 which is invalid for r64 anch aarch64-crosscompiler
The text was updated successfully, but these errors were encountered:
frank-w
changed the title
compile of uboot broken
compilation of uboot broken
Sep 15, 2019
while compiling uboot with build.sh i faced the following errors:
build uboot with make inside u-boot-mt folder is also broken because of fixed crosscompiler (hardcoded, not using env-var, i can fix) and somewhere is march set to armv5 which is invalid for r64 anch aarch64-crosscompiler
The text was updated successfully, but these errors were encountered: