Audio (24) Datatype (2) Demo (12) Development (106) Cross (9) Debug (0) Edit (2) Example (4) Guitool (4) Ide (11) Install (1) Language (22) Library (32) Misc (5) Utility (14) Webtool (2) Document (14) Driver (13) Emulation (33) Game (81) Graphics (80) Library (2) Network (18) Office (3) Utility (104) Video (15)
Total files: 507
Full index file. Download Recent index file. Download
Hosted by aros-exec.org |
[Show content] [Replace file]Package based on gnu:
gcc-core-3.3.1
gcc-g++-3.3.1
binutils-2.16
Patch for aros can be found in AROS source package:
/contrib/gnu/gcc/
Patch author: Fabio Alemagna
Package built on Kubuntu 7.10 with i386-aros crosscompiler.
Package author: Krzysztof 'DeadwooD' Smiechowicz
Package version: V2
INSTALLATION:
How to install gcc/g++ 3.3.1 i386-aros
Prerequisites:
1. Working installation of AROS
2. SYS:Development drawer containing AROS includes and libs
How to setup gcc/g++:
1. Extract the contents of this package
2. Copy the contents of this package to SYS:Development
bin will 'overwrite' SYS:Development/bin
include will 'overwrite SYS:Development/include
lib will 'overwrite' SYS:Development/lib
3. Add following lines to SYS:S/Startup-Sequence
Assign GCC: SYS:Development
Assign USR: GCC:
Assign LIB: GCC:lib
path GCC:bin add
4. Reboot AROS
5. Open shell, type:
gcc --version
g++ --version
If you received version information, the package is correctly installed.
6. Have fun and develop various applications with C/C++
|