View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#1
GCC-5.1.0 for on-device-coding.

Download http://www.cs.helsinki.fi/u/rantalai...cc_510.tar.bz2 (188MB)
Unpack to /opt/ (531MB)

Use:
Code:
 PATH=/opt/gcc510/bin:$PATH
 gcc --version
-----
Compiled (on-device) using gcc-4.9.3. Needs extra swap (I used 1024 Megas). Compilation time about 120 minutes.
Used configuration (mimics gcc-4.6.4-1 -v)
Code:
../gcc-5.1.0/configure --prefix=/opt/gcc510/ --mandir=/opt/gcc510/man --infodir=/opt/gcc510/info --disable-bootstrap --with-bugurl=http://bugs.merproject.org/ --disable-libstdcxx-pch --with-float=hard --with-fpu=vfpv3-d16 --with-arch=armv7-a --disable-sjlj-exceptions --disable-multilib --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-lto --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++ --enable-threads=posix --enable-shared --disable-libgcj --build=armv7hl-meego-linux-gnueabi
Attached Images
 
 

The Following 10 Users Say Thank You to AapoRantalainen For This Useful Post: