Welcome, Guest. Please login or register.

Author Topic: Starting Development in AROS  (Read 1917 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Eniodis

  • Newbie
  • *
  • Join Date: Feb 2003
  • Posts: 17
    • Show all replies
Re: Starting Development in AROS
« on: January 10, 2005, 10:28:58 AM »
I'm not an expert in AROS environnement but I can recommend you :
1. try > gcc hello.c
   it may give you an exe called by default 'a.out'

2. Your command line is wrong during the linking
   > gcc -o hello hell.o  (and not hello.c !!)


Regards