* Ben Hewson ben@hewson-venieri.com [061128 18:17]:
The main problem with the EPIA board is that ROMCC misses the next line after any #if or #else directive with a C++ style comment when compiling. It may also miss the line after a #endif as well, I didn't check that. There are quite a few in raminit.c that set various registers. Needless to say missing lines of code is not good.
If you either take out the C++ comments or change them to standard C comments the raminit does mostly work.
There are some problems which I havent got to the bottom of yet.
Can you verify how far you get with the latest version of romcc?