>Unless you specifically tell gcc to generate Thumb, it will default
to
>ARM32.
>
>TomW
>
What happens if I am compiling with thumb option and linking newlib
routine? Will my output be combination of both? Thumb for the part that
I have requested for and ARM for the already compiled newlib code.
... What happens if I am compiling with thumb option and linking newlib routine? Will my output be combination of both? Thumb for the part that I have...
... That appears to be an issue with Ubuntu, not so with Mandriva. The "-werror" apparently is enabled by default with the Ubuntu distro. TomW -- Tom Walsh -...
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...
Hi Balaji, The version 3.4.3 is very old. The latest is 4.4.0. The source code of all GNU packages is available on www.gnu.org. The source code of gcc is...
... You might do well to stay away from .0 versions of anything. There are many reasons that .1, .2, .3 ... version are released in short order but the brief...
Thanks Aditya. One more question, if i download the GNU packages and what gcc compiler i should use to cross-compile the GNU packages on SunOS? The reason is i...
... This is not strictly relevant, but you will have far better results if you use the release of GCC that uses Sun's UltraSPARC code generator back-end. It...
First of all thanks to Dave and Aditya. Dave below are the error messages i am getting when i compile binutils 2.15 on SunOS. I mentioned about the compiler...
... You are missing flex. You can get it from http:// flex.sourceforge.net/. It is an easy install; email if you have problems with it. Install that and run...
Excellent! Dave How could you find that the problem is with flex after seeing the error messages? It may help me in future. Also is it ok to install any...
... This line gave it away: ld: fatal: library -lfl: not found -lfl will cause the linker to look for libfl.a, which is the flex library. I know that because...
Dave I installed flex version 2.5.35 in tar.gz successfully and started to compile the binutils 2.15 freshly after make clean. but still i am facing some issue...
You need to install GNU gettext. Get it from: ftp://ftp.gnu.org/pub/gnu/gettext It looks like v0.17 is the latest. It builds cleanly under Solaris10. -Dave ...
... Are you running 'configure' before you attempt to 'make'? I am surprised that you even got a Makefile built given that your system doesn't meet the...
Hi Richard Yes. I did run configure script before make. Running configure script was successful and do provide a makefile without any issues. At the same time...
... You might try the build instructions at www.gnuarm.org/support.html Although you seem to have prerequisite problems, there is somewhat more to the...
... Just go to ftp://ftp.gnu.org/pub/gnu/<packagename>/ to find any GNU software. It has been distributed that way for decades. (well, except back when it...
Hi Balaji, If I understand correctly you are trying to build gcc on SunOS for ARM cross compilation. The compilation process remains same on any platform. So...
Hi Balaji, I don't know the solution. But looks like this link: http://www.gnu.org/software/gettext/FAQ.html#integrating_undefined talks about the issue in...
... Perfect timing. :) Yes, that is his problem. ... Ugh. It's far easier to just compile and install it, then he won't be screwed later by stupid package...
Kudos to Aditya and Dave... every time i am stuck with some issues when compiling bin utils due to the unavailability of some packages like flex, gnutext.. You...
Dave and Aditya, Before installing gettext, i just noticed that there was already a gettext was installed under /usr/bin. Exe: gettext: ELF 32-bit MSB...
Hi Balaji, I think you did not read Richard's email regarding configure script. Even I am surprised that your configure script doesn't flag this. I suspect...
Aditya, I tried re-installing gettext, but i am facing issues while installing gettext itself... e/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.....
Hi Balaji, You can install libiconv http://www.gnu.org/software/libiconv/ The library libiconv is dependency of gettext. And gettext is dependency of gcc. It...
Thanks Aditya, I already started installing libiconv after searching through google... yes you are right. almost all the packages are available from GNU. ...
Hi Aditya and all, Its looking strange now. I installed libiconv-1.13 successfully and checked the libraries. below are the libraries i got after installation-...