I’m having some issues compiling RetroArch for Wii. I get the following error output
/c/devkitPro/devkitPPC/bin/powerpc-eabi-g++ -o retroarch_wii.elf -DGEKKO -DHW_RV
L -mrvl -mcpu=750 -meabi -mhard-float -Wl,-Map,retroarch_wii.elf.map,-wrap,mallo
c,-wrap,free,-wrap,memalign,-wrap,calloc,-wrap,realloc,-wrap,strdup,-wrap,strndu
p,-wrap,malloc_usable_size -L/c/devkitPro/libogc/lib/wii -L. console/griffin/gri
ffin.o wii/app_booter/app_booter.binobj -lfat -lretro_wii -logc -lwiiuse -lbte
c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.6.3/../../../../powerpc-eab
i/bin/ld.exe: cannot find -lretro_wii
collect2: ld returned 1 exit status
make: *** [retroarch_wii.elf] Error 1
I beleive the issue is a lack of the ‘libretro_wii.a’ file. As per the note below from the readme.
Can anyone advise on how to generate the libretro_wii.a file and how to solve the issue I have?