Not really a bug, just a new behavior. The linker now puts the interwork stubs in front of each section, as opposed to appending to the end of each section as...
... Something weird there, I've some older code that was written under 4.1 and it runs fine with 4.3.2. I suggest that you take a good look at your linker...
More info, as I plunge into my linker script - I can toggle LED's just fine, but it's the printf's what freeze things up. Obviously _sbrk_r() is now broken,...
... My answe is at the end of http://groups.google.com/group/comp.arch.embedded/browse_thread/thread/fdf82a404849ef1f That was written 14 years ago and hasn't...
Can anyone help me to make arm-elf-gcc to enable compiling for software FPU support in SunOS. I have gnu arm tool chain on SunOS. I believe by default...
Hello... I want to create an image for my board at91rm9200. Started by downloading sources for tool chain but was not been able so I have donwloaded binaries...
... IMO, you are badly confused. Have you tried building the cross compiler (arm-elf-gcc) and had it generate some code? Does it, in fact, generate FPU...
Hi, I am using Ubuntu 9.04 OS. I tried to compile GNUARM toolchain according to the instructions given on www.gnuarm.com on the support page. I was able to...
... I would use the toolchain from www.gnuarm.org (NOT .com). It's newer. I would use the instructions from www.gnuarm.org/support.html The thing is, trying...
... I built the toolchain using the instructions from www.gnuarm.org (see above for access). I had to install termcap, mpfr and gmp as prerequisites. I would...
Maybe you can find some help on the web page I wrote: http://www.precma.it/arm7_gnu_toolchain.htm It's based on 4.2.2 gcc version. Recently I compiled with...
... I prefer to have a build directory for all of the packages as shown on the GNUARM page. As a practical matter, I can rm -rf that directory and lose...
... I can't understand what you mean. Can you point me the web page at GNUARM where thay suggest this method? What's the difference in build directories...
... You used a separate build directory for GCC but not for binutils, newlib or insight. Although gnuarm.org/support.html doesn't explicitly show creating the...
... I'm glad you decided to make the web page. I'm not sure what is happening with www.gnuarm.com (seems obsolete) and www.gnuarm.org (wants to redirect to...
Hi all, What is the toolchain-prefix exactly? Thanks ... -- ~~Jai Hind~~ ... I'm glad you decided to make the web page. I'm not sure what is happening with...
Hi Nishchay, Toolchain prefix is the directory where the toolchain (binutils, gcc, etc) will be installed when you do make install. It is indicated to the...
I needed --disable-werror when usind the experimental version. It's even documented somewhere that you should do it in the experimental builds. With release...
Hi Fausto Marzoli, Your web site is nice. Can you also a one liner comment on what each option to the configure script does? Can you also explain what this...
... Yes, I know his page. His building flags do not include "c++" nor floating point math library. I don't remember if it builds thumb interwork, too. ... ...
... Ok, I understand. Good idea. ... I can suggest, as a starting point, to check your host gcc compiling options: % gcc -v ... Using built-in specs. Target:...
... Of course you may need to be root or use sudo if you plan to install somewhere other than your home directory (assuming normal user restrictions). The...
Hi Richard, I got a problem while doing make install. It was complaining that arm-elf-ranlib is not found. So I wrote this script: #!/bin/bash export...
Hi All, After installing the newlibc I changed the directory back to gcc-build and did make all. I get the following error: checking dependency style of...
... I don't know the permissions for /experiment but for /opt, only root (or sudo) can write. You REALLY want to build this stuff in /home/<user>/armtools for...