Caanoo / WIZ Caanoo Sdk And Some Documentation


sbock

Chaos is our mode and modus
Joined
Dec 22, 2005
Messages
3,778
Location
Germany

sbock

Chaos is our mode and modus
Joined
Dec 22, 2005
Messages
3,778
Location
Germany
Thanks, Mr 2X. I mirrored the file (hope that's OK).

I found some more files. The DGE 2.0 file seems to be only an update. Added DGE 2.0 for Wiz and the main SDK, released today. There're some nice examples for some Caanoo specific stuff (3G, vibration) in source in the update file, so I guess it's interesting even for non Korean speaking people...

[Edit:]

Just looked in the file and found they use GCC-4.2.4-glibc-2.7-eabi.
 

kouky

Member
Joined
Sep 3, 2006
Messages
185
Location
London
Website
www.caou.org
I'm stuck on the second step of the "quick install guide"...

It says
2. Install SDK
Install “GPH_SDK.exe”. It consist of libraries, header files, examples and cross toolchain.

Can't find this executable inside the Caanoo/Wiz SDK/Toolchain Version 10.08 Linux

Maybe because this is "Linux" version... But then, where to get the Windows XP version?
 

sbock

Chaos is our mode and modus
Joined
Dec 22, 2005
Messages
3,778
Location
Germany
kouky said:
I'm stuck on the second step of the "quick install guide"...

It says
2. Install SDK
Install “GPH_SDK.exe”. It consist of libraries, header files, examples and cross toolchain.

Can't find this executable inside the Caanoo/Wiz SDK/Toolchain Version 10.08 Linux

Maybe because this is "Linux" version... But then, where to get the Windows XP version?

It's indeed only a Linux version avaiable yet. At least I found no Windows version.
 
Last edited by a moderator:

zaephen

Member
Joined
Apr 3, 2010
Messages
126
Age
51
Location
KY, USA
I downloaded the WiZ DGE 2.0 SDK Update/Examples and put all the examples on my WiZ. I also put the XXXX.so file in with the XXXX.gpe files. A few of them work but most are giving me a libdgx20w.so: cannot open shared object file: no such file or directory. I checked and I have the libdgx20w.so file on the system in the same directory as the executable.

Any idea what I'm doing wrong?
 

sbock

Chaos is our mode and modus
Joined
Dec 22, 2005
Messages
3,778
Location
Germany
quasist said:
Is the *old one* SDK's is friendly with Caanoo?

No, the Caannoo uses EABI instead of OABI so you need a different toolchain.
 
Last edited by a moderator:

skeezix

Internal Development
Joined
Mar 11, 2003
Messages
8,063
Website
www.codejedi.com
Just pulled copies from your mirror, thanks sbock :)

I'll probably build my own more recent gcc, and then use their medievil glibc.

Anyone looked at this DGE 'game engine'? anything useful in there?

jeff
 

glezmen

Member
Joined
Aug 25, 2009
Messages
297
the DGE has functions for the G-sensor and vibration motor, that can be useful
for other stuffs (joystick, etc) I prefer SDL, but i didn't dig too deep into DGE
 

glezmen

Member
Joined
Aug 25, 2009
Messages
297
Last edited by a moderator:

kouky

Member
Joined
Sep 3, 2006
Messages
185
Location
London
Website
www.caou.org
How do you install this toolchain on windows and compile an app?

I'm not good with those things, they always looks obscure to me!
 

Amon_Re

Member
Joined
Nov 22, 2006
Messages
428
kouky said:
How do you install this toolchain on windows and compile an app?

I'm not good with those things, they always looks obscure to me!

1) Install Bloodshed C or Code::blocks or simular IDE.
2) Point said IDE to the downloaded files
3) ???
4) Profit
 
Last edited by a moderator:
Top