suloku / gcmm

A gamecube/wii memory card manager
GNU General Public License v3.0
251 stars 24 forks source link

compiling error #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i try compiling svn 38 but i got this error i have use 
libogc_libfat_portlibs_1.1.rar pack but is still can't compile how i can fix it 
sorry for repost ^^bbb

Original issue reported on code.google.com by lo58598...@gmail.com on 7 Sep 2012 at 4:25

Attachments:

GoogleCodeExporter commented 9 years ago
I forgot to version the general makefile, try the latest revision, Makefile.wii 
and Makefile.gc should remain with those names.

In the makefile you have several commands:

Make -> builds gamecube and wii
Make clean -> cleans all
Make wii -> only builds wii version
Make gc -> builds gc version
Make wii-clean -> cleans wii build
Make gc-clean -> cleans gc build
Make runwii -> runs wii dol trough wiiload
Make rungc -> runs gc dol trough psoload
Make run -> runs wii dol trough wiiload (this one is just for convenience)

Original comment by sulokuTDCmago@gmail.com on 11 Sep 2012 at 5:45