Search results

  1. H

    Libjpeg - In Libs Path But Not Found By Gcc

    Hmm, well I downloaded the standard Windows toolchain with DevC++ included and built the project with no problems. However, the code still SIGSEGVs in the same place! CODE struct hostent *he; if ((he=gethostbyname("localhost")) == NULL) { // get the host info printf("Gethostbyname...
  2. H

    Libjpeg - In Libs Path But Not Found By Gcc

    Thanks all, And yes that is exactly my problem Woogal. I thought that copying my open2x libc file into my program's dir and setting the LD_LIBRARY_PATH to use that dir first might help but it didn't. Even loading the program through the open2x ld-linux file just results in an instant segfault...
  3. H

    Libjpeg - In Libs Path But Not Found By Gcc

    Thank you parkydr... Seems I have every *.a file except for libjpeg.a. I'm going to try something naughty and see if it works, if not I guess I'll be having fun building some libraries today :)
  4. H

    Libjpeg - In Libs Path But Not Found By Gcc

    Thanks Kagey Do you have any SDL apps building with this toolchain then? I cannot even get a simple test program to build. I think that the -L"/path" options should force the compiler to look in those directories, but it doesnt seem to like it. To be honest I'd much much rather link...
  5. H

    Libjpeg - In Libs Path But Not Found By Gcc

    Hello all :) I'm trying to use the Gamepark Holdings Software Developer's Kit (as per this) Previously my program built fine under the open2x toolchain, but would not run properly because of the differences between libc in the toolchain and on the gp2x (gethostbyname() requires exactly the...
  6. H

    Open2x Libc Problem

    I have open2x installed on Ubuntu Dapper, and I can use it to build simple SDL apps and such then run them on the gp2x with no problems. However, what I'd like to do is build a statically linked gpsd from source. So far I've got it to build with the following ./configure ./configure --host...
  7. H

    Usb Doesn't Work From Mains?

    Hello all, I've just got a GP2X and so far it's been great apart from one thing: USB. When it's running from batteries, USB works really nicely, with networking or access to SD. Running from the power supply (the one from Argos, recommended on the wiki) the USB appears to do nothing...
Back
Top