Hi,
I am getting the following error:
"error: section ".const" (0x1fa0c) spans page boundary: not allowed before CPU revision 3.0"
Previously I had another section where I got this error and I could add the block(0x20000) directive so that it would not cross page boundaries. A similar block directive with the .const section seemed to have no affect. Also I did not see anything in the BIOS config other than specifying what section the .const section is allocated.
How can I get around this problem?
Thanks in advance. Jordon