Welcome, Guest. Please login or register.

Author Topic: Porting SDL app... Chocolate Doom  (Read 3569 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show all replies
Re: Porting SDL app... Undefined Reference / ixemul (AmiDevCpp )
« on: February 08, 2007, 03:49:37 PM »
The static linker library for the 68k versions of GCC is called "LibNix".  Zerohero's website contains both IXEmul.library and LibNix so go ahead and install LibNix in your link library path.  Just be aware that ZeroHero's archives don't seem to unpack correctly with 7Zip or any other GUI frontend so go be sure to use the "tar jxf /path/to/libnix.tar.bz2" command line in Cygwin from the /lib/ directory to unpack it.
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show all replies
Re: Porting SDL app... Undefined Reference / ixemul (AmiDevCpp )
« Reply #1 on: February 09, 2007, 05:49:43 PM »
If you run into endian problems, look into SDL_endian.h .   It includes inline assembly macros for endian conversion that will work transparently between big and little-endian systems. :-)