Uwe Hermann wrote:
On Wed, Dec 19, 2007 at 12:36:51PM -0500, Corey Osgood wrote:
-Wall -o rom_stream.o /home/corey/LinuxBIOSv2/src/stream/rom_stream.c /home/corey/LinuxBIOSv2/src/stream/rom_stream.c:47:90: error: invalid suffix "x" on integer constant make[1]: *** [rom_stream.o] Error 1 make[1]: Leaving directory `/home/corey/LinuxBIOSv2/util/abuild/linuxbios-builds/amd_serengeti_cheetah_fam10/normal' make: *** [normal/linuxbios.rom] Error 1
Looks like this is the old version before your commit?
I now get:
Compiling image ..FAILED after 14s! Log excerpt: mv dsdt_lb.hex dsdt.c mv: cannot stat `dsdt_lb.hex': No such file or directory make[1]: *** [dsdt.c] Error 1
Uwe.
Working on the fix.
-Corey