Author Topic: Uae4all  (Read 3073 times)

Dromede

  • Full Member
  • ***
  • Posts: 155
    • View Profile
    • http://
Uae4all
« on: August 01, 2007, 05:20:39 pm »
notaz, a gp2x developer has recently integrated the Cyclone 68k ARM asm core into UAE4ALL. the source code is available and can be found here:

http://www.gp32x.com/board/index.php?showtopic=37969

i tried doing a straight compile without any modifications to the code. i tried both the native compile and the cross compile. both failed at the linking stage. the native compile can't find my libpthread libs and the cross compile can't find my libSDL libs. And i honestly don't know how to fix this. I tried everything i could think of to make it compile.Can anyone else try to compile this? apparently it works really well on the gp2x, maybe we could get  it working without any modifications and get similar or greater performance on our Z's.

PS: i compiled the latest e-uae release (0.8.29-WIP4) and it's still not very usable. i'm currently compiling it again with optimizations.

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Uae4all
« Reply #1 on: August 01, 2007, 06:42:16 pm »
Did you try using LDFLAGS (I think that's the right one) to point to the libs?
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Dromede

  • Full Member
  • ***
  • Posts: 155
    • View Profile
    • http://
Uae4all
« Reply #2 on: August 01, 2007, 07:15:25 pm »
yes, i tried tampering with that variable. no effect. i might have done it wrong though...

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Uae4all
« Reply #3 on: August 01, 2007, 09:08:48 pm »
LDFLAGS="-L/path/to/lib/" ./configure ...
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Dromede

  • Full Member
  • ***
  • Posts: 155
    • View Profile
    • http://
Uae4all
« Reply #4 on: August 02, 2007, 06:50:15 am »
there is no configure script. just  the makefile which needs to be modified.