Audio (32) Datatype (2) Demo (12) Development (182) Cross (37) Debug (0) Edit (3) Example (4) Guitool (4) Ide (11) Install (1) Language (30) Library (66) Misc (7) Utility (17) Webtool (2) Document (17) Driver (16) Emulation (53) Game (202) Graphics (103) Library (4) Network (30) Office (5) Utility (136) Video (17)
Total files: 811
Full index file. Download Recent index file. Download
Hosted by aros-exec.org |
[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++
|