Feel free to add stuff .ulula posted on May 18 2009 at 05:13 PM said:I am in same case, i had install openwiz tool-chain and use it with codeblocks
but actually wiz wiki is empty
I think there's a special SDL package just for wiz... and i beleive GPH has yet to release it.. (please call me out if i'm wrong). I'm assuming that after they release it, you can just include the appropriate SDL header files that you need..The next step for me will be SDL which doesn't seem to be included in the tool chain, do I have to build this with the tool chain or is there a binary version I can just grab and use?
What console are you referring to? If you expect something to print to the screen then that probably isn't going to be happening. It's more likely that the printf will be going out over serial instead, if anywhere at all.NeoGML posted on May 22 2009 at 05:35 PM said:Well, I can get it to work now that' i'm running Ubuntu.
But... I dunno, can't really seem to get even like a hello world program working. I mean, it compiles and everything, but just freezes the console... Have you tested your own "hello world" program that you wrote on the wiki, or did you make that program solely to test the toolchain?
thanks a lot,
neogml
oh, by console i meant wiz... haha.Exophase posted on May 22 2009 at 07:11 PM said:What console are you referring to? If you expect something to print to the screen then that probably isn't going to be happening. It's more likely that the printf will be going out over serial instead, if anywhere at all.NeoGML posted on May 22 2009 at 05:35 PM said:Well, I can get it to work now that' i'm running Ubuntu.
But... I dunno, can't really seem to get even like a hello world program working. I mean, it compiles and everything, but just freezes the console... Have you tested your own "hello world" program that you wrote on the wiki, or did you make that program solely to test the toolchain?
thanks a lot,
neogml
um... remove them from the Makefile?Peter R posted on May 22 2009 at 09:13 PM said:just remove all the libpng, libcastor_extra stuff etc. The test app doesn't actually use them as far as I know.
just removed castor extra, libpng, and zlib from the makefile...Peter R posted on May 22 2009 at 09:13 PM said:just remove all the libpng, libcastor_extra stuff etc. The test app doesn't actually use them as far as I know.