<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1476" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Cool, go that error fixed, syntax error on my part. 
My configs is based off the <FONT face="Times New Roman" 
size=3>digitallogic/adl855pc.  </FONT></FONT><FONT face=Arial 
size=2><FONT face="Times New Roman" size=3>I made a new set of folders in 
the tree commell/lv-671, in mainboards and targets.  I put into place a new 
irq table for my board.  After fixing some more "simple" error's I get 
these two new errors.</FONT></FONT></DIV>
<DIV>The first one I can fix, but am not sure why it comes up. My current config 
file is nearly unchanged from the digitallogic/adl855pc, i have added one 
line "option ROM_SIZE=524288"</DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>static.c:40: error: `mainboard_commell_lv_671_ops' 
undeclared here (not in a function)<BR>static.c:40: error: initializer element 
is not constant<BR>static.c:40: error: (near initialization for 
`dev_root.chip_ops')<BR>static.c:24: error: storage size of 
`mainboard_commell_lv_671_info_0' isn't known<BR>make[1]: *** [static.o] Error 
1<BR>make[1]: Leaving directory 
`/root/freebios2/targets/commell/lv-671/lv-671/normal'<BR>make: *** 
[normal/linuxbios.rom] Error 1<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>This has an easy fix of just going through my 
static.c and changing it from lv-671 to lv671, easily done under vi, but im not 
sure it there are any golbal effects from such a mod.</FONT></DIV>
<DIV><FONT face=Arial size=2>After that mod the compile goes right past that 
point and runs into the memory error. This part is beond my sikll with C. You 
guy's have any ideas?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>gcc -m32 -nostdlib -nostartfiles -static -o 
linuxbios -T ldscript.ld 
crt0.o<BR>/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: 
section .reset [00000000fffdfff0 -> 00000000fffdffff] overlaps section .rom 
[00000000fffd5478 -> 
00000000fffe67ef]<BR>/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: 
section .id [00000000fffdffd5 -> 00000000fffdffef] overlaps section .rom 
[00000000fffd5478 -> 00000000fffe67ef]<BR>collect2: ld returned 1 exit 
status<BR>make[1]: *** [linuxbios] Error 1<BR>make[1]: Leaving directory 
`/root/freebios2/targets/commell/lv-671/lv-671/normal'<BR>make: *** 
[normal/linuxbios.rom] Error 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>-Adam Talbot</DIV>
<DIV><BR></DIV></FONT></BODY></HTML>