avila boot2 problem ?
Berislav Purgar
bpurgar at gmail.com
Sat Jul 18 16:51:21 UTC 2015
Hello .
i got this when trying to compile boot2 for avila board :
# cc -v
FreeBSD clang version 3.6.1 (tags/RELEASE_361/final 237755) 20150525
Target: armeb--freebsd11.0-gnueabi
Thread model: posix
# pwd
/root/avila/sys/boot/arm/ixp425/boot2
# make
Warning: Object directory not changed from original
/root/avila/sys/boot/arm/ixp425/boot2
cc -O -pipe -march=armv5te -D__XSCALE__ -DBOOT_STACK=0x200000-4
-I/root/avila/sys/boot/arm/ixp425/boot2/../../../common
-I/root/avila/sys/boot/arm/ixp425/boot2 -DFIXUP_BOOT_DRV -Os
-ffreestanding -I/root/avila/sys/boot/arm/ixp425/boot2/../../../..
-I/root/avila/sys/boot/arm/ixp425/boot2/../../../../arm
-DCPU_XSCALE_IXP425 -Wall -Waggregate-return -Werror -Wnested-externs
-Wpointer-arith -Wshadow -Wwrite-strings -Wmissing-prototypes
-Wmissing-declarations -DBOOT_IXP425 -std=gnu99 -Qunused-arguments -c
arm_init.S -o arm_init.o
arm_init.S:33:2: warning: use of SP in the list is deprecated
ldmia r1, {r1, r2, sp}
^
arm_init.S:52:77: error: .fnstart starts before the end of previous one
.text; .align 2; .global cpu_id; .type cpu_id,#function; .code 32; cpu_id:;
.fnstart;
^
arm_init.S:29:74: note: .fnstart was specified here
.text; .align 2; .global start; .type start,#function; .code 32; start:;
.fnstart
^
*** Error code 1
Stop.
make[2]: stopped in /root/avila/sys/boot/arm/ixp425/boot2
#
boot2 still broken on latest -HEAD ?
More information about the freebsd-arm
mailing list