Hi,
what's currently the recommended toolchain for bb-osmocom?
The wiki says on http://bb.osmocom.org/trac/wiki/AreasOfWork that most people are using gcc 4.0.2 from http://gnuarm.com/ but the binary there is only for x86_64 which I don't use.
So, as I've got to build from source, I'm going to download the latest binutils/gcc/newlib(?) for that. Is it a good idea, or are there known problems with gcc binutils 2.20.1/gcc 4.4.3?
Greetings,
Chris
Hi christian,
i have compiled my toolchain today with gcc 4.4.3 and binutils 2.20.1 and have compiled the whole project after that, and had no problems (but i think we should put a hint in the wiki about autoconf and that we are using this). the tutorial i used for compiling is this: http://wiki.ubuntuusers.de/GNU_ARM-Toolchain (german) and it worked like a charm.
have fun, arne
On 27.03.2010 14:01, Christian Vogel wrote:
Hi,
what's currently the recommended toolchain for bb-osmocom?
The wiki says on http://bb.osmocom.org/trac/wiki/AreasOfWork that most people are using gcc 4.0.2 from http://gnuarm.com/ but the binary there is only for x86_64 which I don't use.
So, as I've got to build from source, I'm going to download the latest binutils/gcc/newlib(?) for that. Is it a good idea, or are there known problems with gcc binutils 2.20.1/gcc 4.4.3?
Greetings,
Chris
Arne Zachlod zachso@arcor.de writes:
http://wiki.ubuntuusers.de/GNU_ARM-Toolchain (german) and it worked
That tutorial seems to install files as root without involving package management. I wrote my own notes based on emdebian notes to create cross-compiler packages:
Yes, u are right, that tutorial is without package management, but the whole toolchain ist stored under /opt/gnuarm/ so its very easy to uninstall, but package management is much better of course.
On 27.03.2010 16:57, Timo Juhani Lindfors wrote:
Arne Zachlodzachso@arcor.de writes:
http://wiki.ubuntuusers.de/GNU_ARM-Toolchain (german) and it worked
That tutorial seems to install files as root without involving package management. I wrote my own notes based on emdebian notes to create cross-compiler packages:
baseband-devel@lists.osmocom.org