Search results

  1. M

    GP2X Dotnet 2003

    Yer, I had some pain setting it up, although not had to change the rule, the one I have is the same as the Wiki one and works. The only prob I had was some confusion on my part. :rolleyes: Kind of made my 2003 post crash and burn. :P
  2. M

    GP2X .net 2005 Project Help

    Yes, got it working! :) :) It was my link order. So, to recap my errors were.... 'link' file and 'ar' in the lib project, not sure if the docs are clear that they are mutually exclusive.(correct me if i'm wrong on that) Link order, need to link to your libs before the system ones. Now to...
  3. M

    GP2X .net 2005 Project Help

    This is real odd, I now get these errors, google is not helping. :( C:\GP2X\projects\K9\lib\debug\libK9d.a(K9_CommandBuffer.o): In function `K9::CommandBuffer::Open()': K9_CommandBuffer.cpp:(.text+0x10): undefined reference to `operator new[](unsigned int)'...
  4. M

    GP2X .net 2005 Project Help

    Ok, I think I know where I went wong. I was running the link and ar for the lib. I take it that the link bit is only for the app and the ar bit only for the lib and not both at the same time? I now get this, i've messed up some where else now. ;) LINK : warning LNK4001: no object files...
  5. M

    GP2X .net 2005 Project Help

    Wow, i've spent all weekend trying as many options as I can for a dev enviroment that'll be best for me. :) Also went to the lengths of trying to make a plugin for dotnet 2003. Almost but no cigar, the docs are awful for it. Anyway, i'm giving 2005 a good bash now as I did not like the other...
  6. M

    GP2X Best Ide For Gp2x

    Cool, only took a few mins to set up codeblocks, just built and ran a test app on the gp2x. So far so good, now to see if I can get the holy grail and debug, although i'll be happy if codeblocks works with my 3d engine as I hadhoped 2003 would. :)
  7. M

    GP2X Best Ide For Gp2x

    Downloading now, i'll give it a go.
  8. M

    GP2X Best Ide For Gp2x

    Ok, my initial excitement at getting .net 2003 working was missed place. I've got it compiling, creating libs and linking. But the dependencies are all screwed. :( 2.0 firmware has really made a big improvment to the turn around from code change to test, but this is killed because dotnet does...
  9. M

    GP2X Making Libs.

    I got it working, my mistake was trying to add the file with its path. But now i have -LC:\GP2X\projects\K9\lib\gp2x\debug and -lK9 on its params and works a treat. :)
  10. M

    GP2X Making Libs.

    I've created an archive that works. I called the output file "libK9.a" I called it this as I thought gcc lib files had to begin with lib and end in .a Trying to include the lib with the -l command on the linker does not work. Specifying as just a input file works. Should I worry about this or...
  11. M

    GP2X Making Libs.

    Thanks, i'll go and check it out. .net 2003
  12. M

    Firmware 2.0 - Telnet Server

    username:root password: (just press enter) Get putty aswell, its nice... Also don't do the daft thing I did and give the gp2x the same ip as your pc. ;)
  13. M

    GP2X Making Libs.

    So how does one make a lib with gcc, i've looked at the online docs and can't find the wood for the trees. Is is as simple as namng the output file as libMYLIB.a ??? Thanks.
  14. M

    GP2X Dotnet 2003

    A little tweek to calling the batch files. Change To $(ProjectDir)build_file.bat $(InputPath) $(IntDir)\$(InputName).o Changed %(OutDir) to %(IntDir) OutDir is where the finished product goes, like a lib. And %(IntDir) is the intermediate dir.
  15. M

    Hacked Again...

    I just had IE bomb on me, had to reinstall my system yesturday ( I broke it ) Anyways, had some probs with Norton IS so it was off just so I could check the site. This morning ok, this afternoon BANG. Looking at the source there is this... iframe...
  16. M

    2.0 Firmware Rocks.

    I've seen some peaple saying that they are not 100% happy, but to me it rocks. After the upgrade from 1.4 2.0 makes the console feel like a new machine! Boot is so fast! USB drive thingy worked first time on my PC. And the USB net work is amazing! I'm been boaring all my mates about the gp2x...
  17. M

    GP2X How To Use Usb Gadget With Xp And Gp2x 2.0.0

    Why that 'odd' IP? I've used 192.168.0.1 for my gp2x and 192.168.0.2 for the PC. My lan is on 192.168.1.* I though 192.168 was reserved for lan's and anything else could cause probs if you have a net connection. Mind you i'm that the up on network stuff. ;) P.s. You little nuget about the two...
  18. M

    GP2X Dotnet 2003

    This is a short doc on some stuff i've done to get GCC compiling for me in dotnet. Its not perfect, theres prob a better way of doing it. I looked at doing a plugin but the API is hell! So, here goes. First you need to add the path to gcc.exe and the tools it calls to the VC++ directories...
  19. M

    GP2X Gp2x And C++

    Don't know what version of GCC your using, last time I used SN tools they were still on GCC, was some talk of them doing thier own compilers.(ps2 I think) There was a time that SN was using a bust version of GCC, 2.4 or something I think, I worked with Gil J Smith for a while, he had all the...
  20. M

    GP2X Gp2x Demo Development Part 3

    Yer, there was loads of it with the Sony sdk's i've used over the years, its where I got the idea. ;) Did it, cut'n'paste error on my part then, whoops. :D
Back
Top