Amiga.org
Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Ratto on March 02, 2003, 10:45:11 AM
-
Someone have tried to install Gcc for Amiga?
I've downloaded all file, (well i think), but when i try to compile something, Gc give me error, it doesn't fing ctr0.o oer somenthing like this.....
If you can help me, you can tell me what file i need for installation and the metod of the installation..
Thanks so much :-D
-
Did you follow the instructions in BOOT.README and INSTALL in GG-docs-0.9-bin.tgz?
Look into GG:bin. Is there a soft link "sh"?
If not, repeat extracting the tgz files exactly as described.
I installed gcc 2.5.3-4 yesterday from scratch, and everything worked as described in the INSTALL document.
For generating proto and inline files for NDK3.9 I used fdinline 1.21.
I wrote two shell scripts to do the job. If you want them, I could send them to you.
-
I've tried to follow the installation file, but it doesn't work...
But i whant install gcc only for coding generic c++ code not for the mui, so i havent include the file relative to mui... can be this the problem?
Thank
-
Hi :-)
Installing GCC too, can you send me your scripts?
Thanx,
Amigalement,
Jean-François.
-
Get the GeekGadgets files. Get the BOOT.lha and read the readme file. Put gunzip and tar into C: and follow the instructions in readme. Use an FFS partition.
Or get the latest GoldED Studio AIX.
Oh yes, and you need to use fd2pragma (from Aminet) to create correct header files. If you have problems with the automatic scripts (missing files), raise FailAt, probably FailAt 40 is ok.
-
If you follow the readme with GeekGadgets properly you shouldn't have any problems ..
You probably aren't running the GG-Startup script in your user-startup , it's required to setup the correct paths and environment variables.
-
@voxel
You have mail.
-
Yes, I found it!
Thaaaaanx :-D
-
Download from here, http://zerohero.brutalt.com/gg-os39.lzx
Compleat GeekGadgets arc.
Installing GCC too, can you send me your scripts?
-
@MH2
You have mail, too;-)
-
I'd like to point out the tutorial that I began that covers this very topic. Any feedback would be much appreciated.
http://www.ezcyberspace.com/gcc/
Thanks,
IKE
-
Hey, nice tutorial. I noticed one thing, though. You mention AOS includes, and refer to the developer and GG CDs. The 3.9 versions are downloadable from http://www.amiga.com/3.9/download/NDK3.9.lha (http://www.amiga.com/3.9/download/NDK3.9.lha)
Possibly worth a mention as well, I dunno. Ok, ok. I admit it. I have only read the first tutorial in there :-)
-
I wrote two shell scripts to do the job. If you want them, I could send them to you.
OOO very very good :-D
Can you send me the script? :-D
The mail is: whamoo@libero.it
Thz
-
-
Just a suggestion... why don't you make those scripts available in the Downloads section?
-
@olegil
Nice Work!
I would install the following packages, too:
GG-docs-0.9-bin.tgz (long install document)
GG-misc-bin.tgz (several .guide documents)
hunk2aout-2.0-bin.tgz (NDK3.9 amiga.lib -> libamiga.a)
libm-5.4-bin.tgz (math routines (wo atan2))
and i would replace fd2inline 1.1 by 1.21,
otherwise you will encounter problems creating
cybergraphics proto file.
-
@ MH2 :
Thanx for the link :-)
-
Hi!
I'have istalled gcc 2.95.3.
Make command don't work!
I get "bus error" also is I set stack to 2500000 and
I put ixemul library 48.2 for my cpu (68060).
Any idea?
Bye
-
sorry, my last posting was meant for ikepgh
-
Thanks for everyone's feedback thus far. I will incorporate your suggestions.
Thanks Again!
IKE
-
@ikepgh
Excellent tutorial, thanks for making it!