Welcome, Guest. Please login or register.

Author Topic: Super Newbie C questions & MorphOS SDK  (Read 5425 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline jjTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4051
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show all replies
Super Newbie C questions & MorphOS SDK
« on: September 02, 2010, 05:45:21 PM »
Posted this on  MorphZone also but more help the better :)


Hi All

Trying to learn C with the C for dummies book and the MorphOS SDK.

Entered first bit of code and try and complie and get an error about missing makefile.

How do I create this ?

Sorry my programming skills are in Basic only so please be gentle.

Code below. Could be the next must have app :)


#include

int main()
{
printf("goodbye, cruel world!\n);
return(0);
}
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline jjTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4051
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show all replies
Re: Super Newbie C questions & MorphOS SDK
« Reply #1 on: September 02, 2010, 06:08:19 PM »
got a reply

need to compile at command line  with

gcc -noixemul goodbye.c -o test
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline jjTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4051
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show all replies
Re: Super Newbie C questions & MorphOS SDK
« Reply #2 on: September 03, 2010, 11:28:19 AM »
Dont think will need to worry about that until I get opnto porting doom 3 :)
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"