Caanoo / WIZ Gph Wiz "gcc" Executable


rbusa

Member
Joined
Apr 28, 2010
Messages
127
Age
28
Location
Czech Rep
Hi :)

When I was compiling (yes, my first time I try to do this on Wiz ;) )
it told me that compiler was not found.
Is there some "gcc" or "cc" or "cl" done for Wiz out?

a.k.a. Just put it in /usr/bin and compile?

SaS
 
you could either use the windows sdk or the linux sdk to cross-compile executables that run on the wiz.

i dont think anyone has ever compiled a compiler that runs on the wiz natively. it wouldn't make much sense either tbh :)
 
If I'm understand correctly you are trying to compile a c program in the Wiz. The console don't have the gcc tools, because they need many memory and cpu. And is difficult to port. You must to compile in a PC using the official SDK for Windows or using the openwiz toolchain in Linux. They are in the Wiz archive.
 
Back
Top