Quote Originally Posted by noeska View Post
After doing a update to head on the fpc sources i decided to to a new build_rtl.
Now it think it fails on:

A file not found does not seem good in my opnion. Although i do not see something like a build error.
Definitely not. The problem is in the batch script: it searches the units in a folder that does not exist...

Code:
XCOPY /Y %FPC_SRC_DIR%\rtl\wii\units\powerpc-wii\*.* %FPC_INST_DIR%\units\powerpc-wii\
should be

Code:
XCOPY /Y %FPC_SRC_DIR%\rtl\units\powerpc-wii\*.* %FPC_INST_DIR%\units\powerpc-wii\
I have fixed the wiki too. Sorry for the inconvenience