i try to do a build Of core boot and I get this after running make.
This is my first time EVER doing this can someone help.


[root@localhost coreboot]# make
    CC         lib/memset.romstage.o
    CC         lib/memcpy.romstage.o
    CC         lib/memcmp.romstage.o
    CC         lib/cbfs.romstage.o
    CC         lib/lzma.romstage.o
    CC         lib/ramtest.romstage.o
    CC         lib/uart8250.romstage.o
    CC         console/vtxprintf.romstage.o
    GEN        build.h
    CC         console/console.romstage.o
    CC         console/post.romstage.o
    CC         console/die.romstage.o
    CC         romstage.inc
    POST       romstage.inc
    GEN        crt0.S
    CC         mainboard/asus/mew-am/crt0.s
    CC         mainboard/asus/mew-am/crt0.romstage.o
    CC         arch/x86/lib/romstage_console.romstage.o
    CC         arch/x86/lib/cbfs_and_run.romstage.o
    CC         southbridge/intel/i82801ax/early_smbus.romstage.o
    CC         northbridge/intel/i82810/raminit.romstage.o
    CC         northbridge/intel/i82810/debug.romstage.o
    LINK       coreboot
/usr/bin/ld: section .eh_frame [00000000fffffff0 -> 0000000100000a17] overlaps section .reset [00000000fffffff0 -> 00000000ffffffff]
/usr/bin/ld: build/coreboot: section .eh_frame vma 0xfffffff0 overlaps previous sections
collect2: ld returned 1 exit status
make: *** [build/coreboot] Error 1
[root@localhost coreboot]# ^C
[root@localhost coreboot]#