Welcome, Guest. Please login or register.

Author Topic: GCC and Reaction  (Read 2409 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline CrumbTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show all replies
    • http://cuaz.sourceforge.net
GCC and Reaction
« on: February 01, 2004, 09:49:47 PM »
 Hi!

I'm using Louise's hardfile with Geek Gadgets and GCC... I have tried to copy the NDK3.9 includes but I can't compile any of the reaction examples, they fail in the linking stage. Anyone knows what should I do to compile the examples?
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
 

Offline CrumbTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show all replies
    • http://cuaz.sourceforge.net
Re: GCC and Reaction
« Reply #1 on: February 02, 2004, 12:06:57 AM »
ugh?

the includes already use #protos and don't use pragmas

#include
#include
#include
#include
#include

#include
#include

#include
#include
#include
#include
#include
#include

#include
#include
#include

#include
#include
#include
#include
#include

#include
#include


but they don't compile :-(
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
 

Offline CrumbTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show all replies
    • http://cuaz.sourceforge.net
Re: GCC and Reaction
« Reply #2 on: February 02, 2004, 03:47:40 PM »
Thank you Fabio, but it doesn't link...

Should I use fd2pragma or fd2inline to adapt the ndk3.9 includes?
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
 

Offline CrumbTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show all replies
    • http://cuaz.sourceforge.net
Re: GCC and Reaction
« Reply #3 on: February 04, 2004, 04:36:26 PM »
I converted some includes with fd2pragma without luck but a little time later... I got it working!
:-)
All I had to do is add a -noixemul parameter :-)

thank you Fabio & co!

now I can start to play with Reaction :-)
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)