On 6 February 2013 18:40, Swati Deshmukh <swati.deshm...@lntinfotech.com> wrote:
> hi,
> i am using linaro toolcahin binaries to execute simple .c file , so that it 
> creates  ARM executable output file i can run on Linaro installed on 
> Hackberry board.
>
> this are the all steps i follwed from beginnng..
>  please let me know if i am missing something here..
>
>  1. i have downloaded gcc for ubuntu from this link 
> https://launchpad.net/linaro-toolchain-binaries/+milestone/2012.04
>
> 2. on ubuntu, i did tar xjf 
> gcc-linaro-arm-linux-gnueabi-2012.04-20120426_linux.tar.bz2 export 
> ARM_CROSS_TOOLS=pwd/gcc-linaro-arm-linux-gnueabi-2012.04-20120426_linux/bin/arm-linux-gnueabi-
>  export ARMCC=${ARMEL_CROSS_TOOLS}gcc

You defined "ARM_CROSS_TOOLS" but use "ARMEL_CROSS_TOOLS". So your
ARMCC is native "gcc"

-Zhenqiang

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to