Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Package based on gnu:
gcc-4.2.2
binutils-2.19
Patches can be found in AROS (aros.org) source package:
/contrib/gnu/gcc/
/contrib/gnu/binutils/
Patch authors: Fabio Alemagna, Michal Schulz, Markus Weiss, Robert Norris, Nic
Andrews, Stanislaw Szymczyk, sf.net/projects/adtools
Package built on cygwin.
Package author: Markus Weiss
Package version: 1
How to install gcc/g++ cross compiler
Prerequisites:
Working installation of cygwin.
How to setup gcc/g++:
1. Open a cygwin bash, cd to the root directory: cd /.
2. Extract the contents of this package: tar -xvjf <package-name>
3. Add following lines to .bashrc in /home/<user-name>
if [ -d /usr/local/amiga/bin ] ; then
PATH=/usr/local/amiga/bin:"${PATH}"
fi
4. Reboot AROS
5. Open cygwin bash, type:
<cpu>-aros-gcc --version
<cpu>-aros-gccg++ --version
If you received version information, the package is correctly installed.
6. Have fun and develop various applications with C/C++
|