Recent content by bobintrees

  1. B

    GP32 Mr.mirkos Sdk Replacement

    Here is the complete error: $ make gcc zda_compressor.c -o zda_compressor zlib/zlib.a -O2 -s /Temp/ccHlaOEe.o(.text+0x1ce):zda_compressor.c: undefined reference to `_compress' collect2: ld returned 1 exit status make: *** [all] Error 1
  2. B

    GP32 Mr.mirkos Sdk Replacement

    Hey, When trying to compile the new zda tool i get an undefined reference to _compress. Bobby
  3. B

    GP32 Bizarre Bug With Mrmirkosdk And Gcc Under Windows

    It works for me too using the kit I just released and cygwin. Do you have any of the other kits and have your path pointing at one of them?
  4. B

    GP32 Mr Mirkos For Windows

    Yes it is missing. It wasn't in the same place as in the last version so it got left out. I updated it so grab it from my ftp. ftp://MrMirko:SDK@bobintrees.mine.nu/
  5. B

    GP32 Mr Mirkos For Windows

    fixed. sorry
  6. B

    GP32 Mr.mirkos Sdk Replacement

    Check out my updated Mr Mirkos for Windows. http://www.gp32x.de/board/index.php?showtopic=8464
  7. B

    GP32 Mr Mirkos For Windows

    Here is a version 2 of Mr Mirkos for windows. Changes: gcc has been upgraded to 3.4.0 binutils is now 2.15 newlib is now 1.12.0 I also included Mr Mirkos tools compiled for windows. Also the size has shrunk. Enjoy http://134.155.59.2/~ck/mirror/gp32_MrMirko-v2.rar
  8. B

    GP32 Any Way Of Detecting The Emulator?

    Im using DMA copying in my program and it works on the emulator. Maybe its the version of the emulator. I don't know...
  9. B

    GP32 Help With Gdb-stub

    ok.. I am using the usb version. What do you mean my correctly initialized? I run gprun to load the gxb, then it crashes, then i start the server, then I start gdb. For the the computer I am using gcc 3.3.3. For the gp32 i am using gcc 3.4. Which one needs to be 3.2.2? If you could send the...
  10. B

    GP32 Help With Gdb-stub

    Ok, a reboot fixed that problem. What is the proper way to stop the gdbserv? Now i have another problem: (gdb) target remote localhost:2334 Remote debugging using localhost:2334 Sending packet: $Hc-1#09...Sending packet: $Hc-1#09...Sending packet: $Hc-1#09...Sending packet: $Hc-1#09...Timed...
  11. B

    GP32 Help With Gdb-stub

    I am having some trouble getting mirthis' gdb-stub working. I compiled the gdbserv and the example gdb-loader. Both compiled without problems. I ran gdb-loader and it crashes like it should. So then I start up gdbserv. gdbserv gives me: GDB thread is starting... Opening socket, please wait...
  12. B

    GP32 Something Wrong With Sprites

    I had this same problem. I think the problem is in GPConverter. Try using Mirko's tools and then add 4 to the picture when you pass it into the blitting function. gp_SpriteBlitT((u16 *)gbasp+4, 0xFFFF, gbasp_width, gbasp_height, 10, 10, framebuffer); I was able to get it to work without...
  13. B

    GP32 Mr.mirko's Sdk For Windows - Some Errors Found?

    oops..thats a typo.. sorry about that. I "borrowed" some stuff from the devkitadv readme and i guess I forgot to change that.
  14. B

    GP32 Compiling Gcc...

    The gcc I released with the MrMirko pack has gcc 3.4 compiled under cygwin using MrMirko's instructions.
  15. B

    GP32 Mr.mirkos Sdk Replacement

    I found this page on sprite optimisation: http://www.beesknees.freeserve.co.uk/artic...imisation1.html Here is his code slightly modified. I don't know how much faster it is but... void gp_drawSprite( unsigned short * sprite, short sprite_x, short sprite_y, short put_x, short put_y, unsigned...
Back
Top