Welcome, Guest. Please login or register.

Author Topic: Amiga and C/C++ - help! -  (Read 10239 times)

Description:

0 Members and 1 Guest are viewing this topic.

  • Guest
Amiga and C/C++ - help! -
« on: October 25, 2002, 09:38:58 AM »
Hi guys,
I'm learning C language, and i should like to develop some program (i'm a beginner).
I'm searching for GNU C compiler on aminet, but... what i need for develop?
there are many files (gcc270-base, gcc270-c, gcc270-020 ....); what i must to install (versions, compiler, utility, which libraries ....)?
thanks!
---
riccardo
 

Offline Desler

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 242
    • Show only replies by Desler
Re: Amiga and C/C++
« Reply #1 on: October 25, 2002, 10:45:52 AM »
Hi RKY. I just recently started to plug my own c++ compiler together. These are the files I downloaded:
gcc270-base
gcc270-c
gcc270-inclib
gcc270-objc020
These are the gcc files. Since im a beginner as well you might more or less than these files. But its a start.
In addition you will need the ixemul library. You can get this from aminet as well.
The last most important file is the NDK file. Experienced HELL trying to find this by myself but Piru helped me out and gave this link NDK files
If you need any good tutorials consider these
thinking in c++
ACM
Both are free to download and filled with examples
Happy programming. Call back if you experience problems when setting up your compiler
The horse is a fierce predatory animal!!!
 

  • Guest
Re: Amiga and C/C++
« Reply #2 on: October 25, 2002, 11:11:00 AM »
WOW !
Thank you Desler!!
This evening i'll try to install!
---
RKY
 

Offline hnl_dk

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 865
    • Show only replies by hnl_dk
Re: Amiga and C/C++
« Reply #3 on: October 25, 2002, 12:06:21 PM »
If I where you, I would install GCC 2.95.3 instead - think about it, AmigaOS 4.0 is made on it :-D

GeekGadgets is down :-( But I have found a mirror site, where you can find the files :-D

ftp://ftp.uni-erlangen.de/pub/source/geekgadgets/amiga/m68k/alpha/gcc/

http://www.nmrc.ie/GG/

Good luck :-D
Best regards,
Henning Nielsen Lund [Denmark]...
 

Offline Crumb

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show only replies by Crumb
    • http://cuaz.sourceforge.net
Re: Amiga and C/C++ - help! -
« Reply #4 on: October 25, 2002, 12:15:28 PM »
check out
LouiSe's coding web page
it has a full installation of the geek gadget environmet with GCC etc ready to download in lha and also a hardfile with the same contents ready for UAE users.
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
 

Offline Varthall

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 633
    • Show only replies by Varthall
Re: Amiga and C/C++
« Reply #5 on: October 25, 2002, 01:36:36 PM »
Quote

In addition you will need the ixemul library. You can get this from aminet as well.

Be careful: the aminet version of gcc needs its version of ixemul (if I remember correctly it needs v. 47.x), which I think it's inside one of the archives. With newer versions of ixemul I was unable to compile.
AmigaOne XE - AmigaOS 4.1 - Freescale 7457 1GHz - 1GB ram
MPlayer for OS4: https://sourceforge.net/projects/mplayer-amigaos/
 

Offline Varthall

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 633
    • Show only replies by Varthall
Re: Amiga and C/C++ - help! -
« Reply #6 on: October 25, 2002, 01:42:56 PM »
Quote

it has a full installation of the geek gadget environmet with GCC etc ready to download in lha and also a hardfile with the same contents ready for UAE users.

Nice site, but the archive includes MUCH more than the GCC :)
Anyway, is this archive complete with all the needed scripts and configuration files for the GeekGadgets enviroment? I discovered that, unlike the 2.7.0 gcc version, 2.9.5 needs other GG archives to be installed, apart the gcc#?.lha ones.

Thanks for the useful link! I'm also willing to start coding on Amiga...  :)

Varthall
AmigaOne XE - AmigaOS 4.1 - Freescale 7457 1GHz - 1GB ram
MPlayer for OS4: https://sourceforge.net/projects/mplayer-amigaos/
 

Offline Dagon

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show only replies by Dagon
    • http://www.amigasympan.gr/depa
Re: Amiga and C/C++ - help! -
« Reply #7 on: October 25, 2002, 03:12:47 PM »
Quote
check out
LouiSe's coding web page


Very useful site indeed ;)
\\"So we must exercise ourselves in the things which bring happiness, since, if that be present, we have everything, and, if that be absent, all our actions are directed towards attaining it\\" - Epicurus
 

  • Guest
Re: Amiga and C/C++ - help! -
« Reply #8 on: October 25, 2002, 03:39:51 PM »
thanks guys for all your support!!!!!!!!!!!!!!!!!! :-)