Recent content by -pete-

  1. P

    Having A Bit Of Trouble Compiling

    Amazingly I've actually kinda got a normal build running on both Vis and code::blocks, the only problem is that I get this CODE undefined reference to `IMG_Load' when I do a gp2x build. Are there specific SDL_image libs for the GP2X?
  2. P

    Having A Bit Of Trouble Compiling

    Late bump! So I've really got to compile this now, I've being routing around with visual studio for ages and I've just had enough. I've downloaded and installed codeblocks, standard SDL test works fine but my crappy pacman game thing just won't run, it compiles all the way down to the final...
  3. P

    Having A Bit Of Trouble Compiling

    Okay, I've bundled it into a rar http://www.petedermott.com/SDL_Basic.rar
  4. P

    Having A Bit Of Trouble Compiling

    Thanks yaystar, I get what you mean (sorry for being thick, its pretty early) I've c+p your makefile but I'm not getting a build still, all i get is this... CODE 1>Deleting intermediate and output files for project 'GP2X_SDL', configuration 'Debug|Win32' 1>main.cpp 1>Linking GP2X_SDL.gpe...
  5. P

    Having A Bit Of Trouble Compiling

    thanks yaustar, thats not the makefile I have, mine looks like this: CODE <CustomBuildRule Name="arm-linux-gcc" DisplayName="GCC Compiler" CommandLine="arm-linux-gcc.exe -c [AllOptions] [AdditionalOptions] -o $(IntDir)\$(InputName).o [inputs] 2&gt;&amp;1 | sed -e...
  6. P

    Having A Bit Of Trouble Compiling

    I'm looking into that now, is there a simple open makefile that I could edit and use? Errrr... wut? What would I need to change to get it using the right one? It never creates a .o file as far as I know.
  7. P

    Having A Bit Of Trouble Compiling

    Hey guys, I've recently tried installing the SDL libraries on my PC to start deving for the GP2X but I've hit a bit of a brick wall. I've managed to get a windows build up and running without too much trouble but when I try to do a GP2X build I get the following... CODE 1>------ Build...
  8. P

    Stack Write Copy Failed Errors?

    Yea its vista, any idea about a fix?
  9. P

    Stack Write Copy Failed Errors?

    So I'm trying to compile the first demo on Lazy Foo's SDL tutorial site and while i can get the demo to compile and run fine under windows I receive a CODE stack write copy failed, 0x22EA40..0x230000, done 0, windows pid 2287988, Win32 error 5 error when I try to compile, I have tried...
  10. P

    Getting Samba To Work With Vista

    Hey all, I'm pretty new to the GP2X and I'm wanting to use it to do some homebrew development on it, from reading the tutorials on the wiki I have managed to get my Gp2x to connect to my PC and get a telnet service up and running between them, the problem comes in trying to use Samba. I'm...
Back
Top