Hi
Maybe someon can help me and many others to get starting with Wiz developing.
I tried to compile this game for the Wiz. It is an ASCII game that uses only standard C libaries. I installed the Linux toolchain for Wiz like explained here.
After that I tried to compile the source with
. I got no error. So I copied the resulting phear.gpe file on my Wiz and tried to start the game. Unfortuanally it doesn´t work.
Can anyone explain step by step how to port this simple piece of code to the Wiz?
Maybe someon can help me and many others to get starting with Wiz developing.
I tried to compile this game for the Wiz. It is an ASCII game that uses only standard C libaries. I installed the Linux toolchain for Wiz like explained here.
After that I tried to compile the source with
Code:
/opt/arm-openwiz-linux-gnu/bin/arm-openwiz-linux-gnu-gcc -lncurses *.c -o phear.gpe
Can anyone explain step by step how to port this simple piece of code to the Wiz?