On 10/04/14 16:22, Anwej Alam wrote:
> Dear Yvan,
>
> Thanks for your reply.
> We are trying to build native gcc compiler for CPU: nViDia Tegra 2 which
> has ARMv7-a, Cortex-A9 core. We are using host machine as i686 and OS:
> ubuntu 12.04.
Since your host machine is i686, it is a cross compil
Dear Yvan,
Thanks for your reply.
We are trying to build native gcc compiler for CPU: nViDia Tegra 2 which
has ARMv7-a, Cortex-A9 core. We are using host machine as i686 and OS:
ubuntu 12.04.
-br,
Anwej
9958333456
On Wed, Apr 9, 2014 at 9:13 PM, Yvan Roux wrote:
> Hi Anwej,
>
> what kind of m
On Apr 9, 2014, at 1:51 AM, Riku Voipio wrote:
> Hi,
>
> The preprocessed file:
>
> http://people.linaro.org/~rikuvoipio/qmltextgenerator.ii.gz
>
> With compile command line:
>
> g++ -save-temps -c -g -O2 -fstack-protector --param=ssp-buffer-size=4
> -Wformat -Werror=format-security -D_FORTI
Hi Anwej,
what kind of machine are you building on? my guess is that you try to
do a native build whereas it is a cross one that you need.
rgds,
Yvan
On 9 April 2014 16:32, Anwej Alam wrote:
> Dear Sir,
>
> Thanks for you page. it is really very helpful to us.
> We are facing a problem during c
Dear Sir,
Thanks for you page. it is really very helpful to us.
We are facing a problem during compiling GCC for our ARMv7-a Cortex-a9.
We are using following option:
1.
../gcc-linaro*/configure --disable-bootstrap --enable-languages=c,c++
--with-mode=thumb --with-arch=armv7-a --with-tune=cortex-
On 8 April 2014 22:03, John Syne wrote:
Hi John,
> I compiled my code with debug symbols on an BeagleBoneBlack using Debian
> gcc-4.7. If I use objdump -S on my object file, I see both source lines
> and disassembly. On my Ubuntu 13.10 host, using
> gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-201