Line 93:
Line 93:
==="MLlib_Others_XXXXXX.zip" package===
==="MLlib_Others_XXXXXX.zip" package===
It can be downloaded on [http://code.google.com/p/mllib/downloads/list Google Code] !
It can be downloaded on [http://code.google.com/p/mllib/downloads/list Google Code] !
−
−
===Error when compiling the template/examples ?===
−
To test correctly the examples and the template, make sure you have done a "make clean" before, because it will give you the error
−
make[1]: *** No rule to make target `/home/minishlink/devkitpro/MLlib_Others/template/source/main.c', needed by `main.o'. Stop.
−
if you don't do this ! :p
−
−
===Code Dump when loading an image ?===
−
Make sure your file is a multiple of 4 and is a 32bits png image with transparency enabled.
===Makefile & Commands===
===Makefile & Commands===
Line 120:
Line 112:
====Make all====
====Make all====
It cleans the project, then compiles and then sends to the Wii.
It cleans the project, then compiles and then sends to the Wii.
+
+
== FAQ ==
+
+
===I got an error when I compile your examples...===
+
To test correctly the examples and the template, make sure you have done a "make clean" before, because it will give you the error
+
make[1]: *** No rule to make target `/home/minishlink/devkitpro/MLlib_Others/template/source/main.c', needed by `main.o'. Stop.
+
if you don't do this ! :p
+
+
===I got a code dump when it loads my image...===
+
Make sure your file is a multiple of 4 and is a 32bits png image with transparency enabled.
+
+
===I got some multiple definition errors when I compile...===
+
This can happen sometimes, I don't know why. (for me it compiles well) But the solution is [http://code.google.com/p/mllib/issues/detail?id=1 there]. :)
==Bugs & Suggestions==
==Bugs & Suggestions==