Trouble executing ARM code on linaro toolchain

2014-03-11 Thread Vishwanath C
Hi all, We are using Linaro 13.03 toolchain(gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux We are trying to execute a simple test code to check whether ARM assembly code executes on board or not. Execution is on Arndale Board. Every time We include assembly function, We get

Building a native version of Linaro GCC in Ubuntu

2014-03-11 Thread Felipe Rocha da Rosa
Hi, I'm trying to build the native compiler to a arm a9 using this tutorial,https://wiki.linaro.org/WorkingGroups/ToolChain/Using/GCCNative.However, I need to compile in a x86_64 platform ubuntu, like this --target=arm-unknown-eabi --build=i686-pc-linux-gnu --host=arm-unknown-eabi, but without

linking AArch64 ELF image with aarch64-linux-gnu-ld yields RELASZ = 0

2014-03-11 Thread Claudio Fontana
Hello, I am building an ELF image using aarch64-linux-gnu-ld from linaro: GNU ld (crosstool-NG linaro-1.13.1-4.8-2014.02 - Linaro GCC 2014.02) 2.24.0.20131220 I am linking in the libstc++.a, which contains in particular a GOT entry for __gthread_active_ptr that is of interest to me, pointing to

Re: Trouble executing ARM code on linaro toolchain

2014-03-11 Thread Charles Baylis
Hi On 6 March 2014 14:22, Vishwanath C vishwanat...@aricent.com wrote: We are using Linaro 13.03 toolchain(gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux We are trying to execute a simple test code to check whether ARM assembly code executes on board or not. Execution is on Arndale