Recent content by slaanesh

  1. slaanesh

    GP32 .. almost 20 years old now? yikes!

    Oops bit late in replying here. I also miss the buzz of new releases. On the GP32 I loved MAME and Castaway and DRSMS. Yeah the emulation scene. im still amazed at how capable the GP32 was. And how much awesome software existed. I still have MANY handheld of all sorts and still lovingly look at...
  2. slaanesh

    where to get a new battery or make a replacement?

    For Pandora owners in Australia, there is little option to get replacement batteries. After procrastinating for some time I bit the bullet on my Pandora and bought some batteries. I bought a few spares so if anyone want's a battery I have a couple spares available. I'm selling them on eBay...
  3. slaanesh

    Arcade Emulation (focused on M.A.M.E.)

    I would love to get a Pyra - once it's available. And with that power an awesome and much more update to version of MAME!
  4. slaanesh

    Battery is officially dead

    So how much to ship two?
  5. slaanesh

    Pandora toolchain for Linux 2019

    And it's working... to be honest I don't know exactly what the solution was, but I went through everything, clean it up and it's all okay now.
  6. slaanesh

    Battery is officially dead

    Yes but I need economical postage to Australia.. can you do that?
  7. slaanesh

    Pandora toolchain for Linux 2019

    So I've got this toolchain working okay with another (equally complex) project. It required a little tinkering around and setting a combination of -rpath-link (for the pandora's /lib and /usr/lib) and -L (for pandora's /usr/lib). I didn't need to change to the GOLD linker. I could perhaps try...
  8. slaanesh

    Arcade Emulation (focused on M.A.M.E.)

    Ahem, well I'm still going to be releasing a new version of MAME for the Pandora. It's a combo release like for the GCW-Zero called XMAME 2.0 and will have Mame4all 2.0, xmame69 and xmame84. None of these are vanilla ports, all heavily optimized and enhanced. I have someone testing the Pandora...
  9. slaanesh

    Battery is officially dead

    Is there any readily available battery that is compatible with the Pandora?
  10. slaanesh

    Pandora toolchain for Linux 2019

    I already use the flags you mention above - I will add -fuse-ld=gold -fuse-linker-plugin and report back. For best code generation and optimization, should -flto be used in conjunction with -fuse-linker-plugin?
  11. slaanesh

    Pandora toolchain for Linux 2019

    The cross-compiler is 64-bit. $ file `which c` /bin/armv7l-unknown-linux-gnueabi-gcc: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=38cdbcd64ee1fe329252ee255e0f8a64ed05e28f, with debug_info, not stripped It...
  12. slaanesh

    Pandora toolchain for Linux 2019

    I don't get it either and also have never seen it during a compile. Could it be a permissions issue? I will also try a very simple program to see if I am able to compile that. Is there anyway to get more information about what is happening? I'm already using -Wl,--verbose
  13. slaanesh

    Pandora toolchain for Linux 2019

    I took all files .h .so. a from the Pandora... My linux PC is 64-bit - Pandora is 32-bit... @ptitSeb This method of taking files from the Pandora worked fine under Mac Os X and it is capable of building/linking very nicely.
  14. slaanesh

    Pandora toolchain for Linux 2019

    So I built the toolchain and it seems to be working but I get the following issue at the linking stage: arm-linux-gnueabi-gcc: error: ELF####: No such file or directory Those #### represent some weird characters that don't copy/paste. I'm using libraries and header files that I copied from my...
  15. slaanesh

    Pandora toolchain for Linux 2019

    Okay I'm trying @ptitSeb script... It's running now. So when you say "From there you can build newer gcc..." what does that mean?
Back
Top