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 |
Gcc-3.3 | Description: | gcc/g++ 3.3.1 i386 aros | Download: | gcc-3.3.1-v2-i386-aros.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 16Mb | Version: | 3.3.1-V2 | Date: | 02 Apr 08 | Author: | Krzysztof Smiechowicz | Submitter: | Krzysztof Smiechowicz | Category: | development/language | Replaces: | development/language/gcc-3.3.1-v1-i686-aros.zip | License: | GPL | Distribute: | yes | FileID: | 334 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 226 (Current version) | | 244 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [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++
|