Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 2015 18:51:17 +0200
From:      Berislav Purgar <bpurgar@gmail.com>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   avila boot2 problem ?
Message-ID:  <CAAUsrB4QWx-eJAw-JiUejMHX%2B9Z6tGY8rqgGiARe4ButjgJeAA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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 ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAUsrB4QWx-eJAw-JiUejMHX%2B9Z6tGY8rqgGiARe4ButjgJeAA>