<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>i try to do a build Of core boot and I get this after running make.<br>This is my first time EVER doing this can someone help.<br><br><br>
          [root@localhost coreboot]# make<br>    CC         lib/memset.romstage.o<br>    CC         lib/memcpy.romstage.o<br>    CC         lib/memcmp.romstage.o<br>    CC         lib/cbfs.romstage.o<br>    CC         lib/lzma.romstage.o<br>    CC         lib/ramtest.romstage.o<br>    CC         lib/uart8250.romstage.o<br>    CC         console/vtxprintf.romstage.o<br>    GEN        build.h<br>    CC         console/console.romstage.o<br>    CC         console/post.romstage.o<br>    CC         console/die.romstage.o<br>    CC         romstage.inc<br>    POST       romstage.inc<br>    GEN        crt0.S<br>    CC         mainboard/asus/mew-am/crt0.s<br>    CC         mainboard/asus/mew-am/crt0.romstage.o<br>    CC         arch/x86/lib/romstage_console.romstage.o<br>    CC         arch/x86/lib/cbfs_and_run.romstage.o<br>    CC         southbridge/intel/i82801ax/early_smbus.romstage.o<br>    CC         northbridge/intel/i82810/raminit.romstage.o<br>    CC         northbridge/intel/i82810/debug.romstage.o<br>    LINK       coreboot<br>/usr/bin/ld: section .eh_frame [00000000fffffff0 -> 0000000100000a17] overlaps section .reset [00000000fffffff0 -> 00000000ffffffff]<br>/usr/bin/ld: build/coreboot: section .eh_frame vma 0xfffffff0 overlaps previous sections<br>collect2: ld returned 1 exit status<br>make: *** [build/coreboot] Error 1<br>[root@localhost coreboot]# ^C<br>[root@localhost coreboot]# <br><br>                                    </body>
</html>