Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2007 17:05:06 +0200
From:      Krassimir Slavchev <krassi@bulinfo.net>
To:        freebsd-current@freebsd.org,  freebsd-arm@freebsd.org
Subject:   ARM crosscompiling?
Message-ID:  <45D9BCA2.9080704@bulinfo.net>

next in thread | raw e-mail | index | archive | help

cd /usr/src
make TARGET=arm TARGET_ARCH=arm buildenv
cd /usr/src/sys/boot/arm/at91/libat91
make
cc -Os -mcpu=arm9 -ffreestanding  
-I/usr/src/sys/boot/arm/at91/libat91/../libat91  
-I/usr/src/sys/boot/arm/at91/libat91/../../../..  
-I/usr/src/sys/boot/arm/at91/libat91/../../../../arm  -D_KERNEL  -Wall 
-Waggregate-return   -Wnested-externs  -Wpointer-arith -Wshadow 
-Wwrite-strings  -Werror  -Wmissing-prototypes  -Wmissing-declarations 
-DBOOT_KB920X  -c printf.c
printf.c:20:20: stdarg.h: No such file or directory
....

I have tried this on 2 different machines but it is the same.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45D9BCA2.9080704>