Windows Toolchain


crow_riot

Well-Known Member
Joined
Sep 21, 2009
Messages
1,763
Location
.at
Just found this link on gpain.com:

http://nknk.iptime.org/WIZSDK.exe

these tends to be a prebuild toolchain for windows, with headers and dlls and stuff. Haven't tried this on my own yet, but it could be handy if it works :)
 
Thank you !!
I'm very interested in a Windows toolchain for Wiz...hope it works !!
 
It seems to sort-of work. The template builds and runs on the Wiz (I can hammer at the buttons and it quits back to the menu system, which is a good sign). However, it's missing the SDL_inifile library so the template will not build unless you remove that lib from the compiler directives. Also, debug mode appears to be broken when compiling for WIndows - it ignores breakpoints completely.

In summary: Nice try, no cigar.
 
i dont think you can expect an executable running on or debuggable on windows ... as this is build upon the unix toolchain, and even there you need to do remote debugging using a serial cable on the wiz. there is no emulator you can run your wiz apps in ... and i think there will never be.
 
crow_riot said:
i dont think you can expect an executable running on or debuggable on windows ... as this is build upon the unix toolchain, and even there you need to do remote debugging using a serial cable on the wiz. there is no emulator you can run your wiz apps in ... and i think there will never be.

The SDK is set up to work with SDL, and it compiles the same code to either Windows or Wiz binaries depending on your selection. Same as the Code::Blocks GP2x toolchain. However, it won't debug the *Windows* executable.
 
Last edited by a moderator:
Hey looking at gpain.com there's another file about Wiz on the thread of Toolchain...

http://nknk.iptime.org/wiz_data.exe
(CPU Data Sheet + 3D Programming example)

maybe is usefull..

Also ..since i use Codeblocks to develop ...could someone please make a toolchain usable with this Ide ?

Thanks a lot.
 
Farox said:
Hey looking at gpain.com there's another file about Wiz on the thread of Toolchain...

http://nknk.iptime.org/wiz_data.exe
(CPU Data Sheet + 3D Programming example)

maybe is usefull..
I've looked into that, too. It's already what we have within pickles wiz3D package... i'm wondering though if it is legal to distribute some files inside ... :)

Farox said:
Also ..since i use Codeblocks to develop ...could someone please make a toolchain usable with this Ide ?

Thanks a lot.
I'm using codeblocks under ubuntu ... http://www.gp32x.de/board/index.php?/topic/49810-ubuntu-codeblocks-open2x/
i think it should be the same using the windows toolchain binaries. setup a new compiler ... just copy+rename some existing and update the linker,compiler,... executables in the settings
 
Last edited by a moderator:
The first archive is the official GP2X SDK, modified to work in the Wiz I think. This is old and it isn't the openwiz toolchain. You can use the tricks said in this post. Only works in the console if you compile using dynamic libraries, and the gcc compiler included not supports the flags for the Wiz processor.
 
Last edited by a moderator:
Back
Top