* Tarl Neustaedter Tarl.Neustaedter@sun.com [040205 01:45]:
As it happens, I'm getting that error building arima/hdama from an Opteron (it was suggested as a good starting point for a working prom that I could branch off from). It looks like the code in romcc has changed enough that the fix doesn't directly apply, and there was some doubt as to whether that was the necessary fix. Is there something else I should be doing to avoid this error?
If you add the following two lines to your target Makefile it should work: uses CC option CC="gcc -m32" Building a 64bit image is not (yet) supported, LinuxBIOS/AMD64 is 32bit.
Best regards, Stefan Reinauer