Okay I didn't have any fun getting this to build with TCC.
however using the resources in KEK was a walk in the park.
I used Knc1's setup for short names, some flags and x-compiled. that was nice and easy.
FLAGS
export ARCH_FLAGS="-march=armv7-a -mtune=cortex-a8 -mfpu=vfpv3-d16"
export CFLAGS="-mfloat-abi=softfp -O2 -ffast-math ${ARCH_FLAGS} -pipe -fomit-frame-pointer"
export HOST=i686-pc-linux
export BUILD=arm-unknown-linux-gnueabi
Last edited by twobob; 10-02-2012 at 07:18 AM.
Reason: better flags
|