in the process of getting ACPI working on EPIA I have just noticed the following error at the end of the compile.
gcc -m32 -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld crt0.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld: linuxbios: section .data lma 0xffff6f04 overlaps previous sections
I assume this wasn't there before so maybe the code has got to big, although I dont think it is to big to fit as I get the following
./buildrom linuxbios.strip linuxbios.rom payload 0x10000 0x20000 Payload: 25736 LinuxBIOS: 65536 ROM size: 131072 Left space: 39800
I am including both normal and fallback, so if I include ACPI will this mean I will just have to go with the fallback option, not that it matters as both just do the same thing anyway.
thanks Ben