Home › Forums › Development › the result of compile WiiMC on both linux and windows
I compiled WiiMC 1.1.2 on linux and windows successful with the same dekitPPC and other libs. But the interesting thing is the size of wiimc.dol.
windows: 10,465,792 bytes Linux: 10,113,632 bytes
Im newbie to msys. what would cause it? ❓
btw:
1. after r846,WiiMC used a updated libiso9660 in libogc but the lib come from the official devkitpro update tool is still old version. You must get libogc through svn by self. https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/libogc/
2.you should get “strings.h” from minGW and put it in “…/devkitPPC/powerpc-eabi/include” or just make a copy from “string.h” to “strings.h”.