On Tue, Nov 28, 2006 at 05:17:53PM +0000, Ben Hewson wrote:
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.
Can you send a patch for this?
Thanks, Uwe.