Building TINT... make[1]: Entering directory `/home/rminnich/src/bios/buildrom/buildrom-devel/work/tint/tint-0.03b' /home/rminnich/src/bios/buildrom/buildrom-devel/staging/libpayload/bin/lpgcc -Wall -Os -c -o tint.o tint.c In file included from tint.c:43: config.h:37: error: conflicting types for 'time_t' /home/rminnich/src/bios/buildrom/buildrom-devel/staging/libpayload/bin/../include/arch/types.h:53: error: previous declaration of 'time_t' was here make[1]: *** [tint.o] Error 1 make[1]: Leaving directory `/home/rminnich/src/bios/buildrom/buildrom-devel/work/tint/tint-0.03b' make: *** [/home/rminnich/src/bios/buildrom/buildrom-devel/work/tint/tint-0.03b/tint.elf] Error 2 [rminnich@xcpu buildrom-devel]$
I'm looking but maybe someone has seen this.
ron
On Fri, May 09, 2008 at 09:33:51AM -0700, ron minnich wrote:
In file included from tint.c:43: config.h:37: error: conflicting types for 'time_t' /home/rminnich/src/bios/buildrom/buildrom-devel/staging/libpayload/bin/../include/arch/types.h:53: error: previous declaration of 'time_t' was here
I'm looking but maybe someone has seen this.
I built+patched tint manually, that worked fine. Didn't try buildrom.
//Peter
-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of ron minnich Sent: Friday, May 09, 2008 10:34 AM To: Coreboot Subject: [coreboot] buildrom failure
Building TINT... make[1]: Entering directory `/home/rminnich/src/bios/buildrom/buildrom-devel/work/tint/tint-0.03b' /home/rminnich/src/bios/buildrom/buildrom- devel/staging/libpayload/bin/lpgcc -Wall -Os -c -o tint.o tint.c In file included from tint.c:43: config.h:37: error: conflicting types for 'time_t' /home/rminnich/src/bios/buildrom/buildrom- devel/staging/libpayload/bin/../include/arch/types.h:53: error: previous declaration of 'time_t' was here make[1]: *** [tint.o] Error 1 make[1]: Leaving directory `/home/rminnich/src/bios/buildrom/buildrom-devel/work/tint/tint-0.03b' make: *** [/home/rminnich/src/bios/buildrom/buildrom-devel/work/tint/tint- 0.03b/tint.elf] Error 2 [rminnich@xcpu buildrom-devel]$
I'm looking but maybe someone has seen this.
Did you start from a fresh tree? If not try
rm -rf staging work/tint work/libpayload
Then build again. We still have dependency issues.
Thanks, Myles
it's a conflict I think since time was added to buildrom. I had to comment out time_t in tint's config.h file.
Also:
Fetching external item into '/home/rminnich/src/bios/buildrom/buildrom-devel/sources/coreboot/svn/util/lxbios' svn: URL 'svn://coreboot.org/repos/trunk/util/lxbios' doesn't exist Couldn't fetch the code from svn://coreboot.org/repos/trunk/coreboot-v2 make: *** [/home/rminnich/src/bios/buildrom/buildrom-devel/sources/coreboot-svn-3092.tar.gz] Error 1 [rminnich@xcpu buildrom-devel]$
This is a brand new clean svn co of buildrom
ron
Well I just kept typing make and buildrom finished. I got this error: gcc -m32 -nostdlib -nostartfiles -static -o coreboot -T ldscript.ld crt0.o /usr/bin/ld: warning: dot moved backwards before `.id' /usr/bin/ld: warning: dot moved backwards before `.id' /usr/bin/ld: warning: dot moved backwards before `.id' nm -n coreboot | sort > coreboot.map objcopy --gap-fill 0xff -O binary coreboot coreboot.strip gcc -o buildrom /home/rminnich/src/bios/buildrom/buildrom-devel/work/coreboot/svn/util/buildrom/buildrom.c cp ../payload.elf.lzma payload ./buildrom coreboot.strip coreboot.rom payload 0x1a000 0x100000 Payload: 13564 coreboot: 106496 ROM size: 1048576 Left space: 928516 make[2]: Leaving directory `/home/rminnich/src/bios/buildrom/buildrom-devel/work/coreboot/svn/targets/amd/serengeti_cheetah/serengeti_cheetah/fallback' cat fallback/coreboot.rom > ./coreboot.rom make[1]: Leaving directory `/home/rminnich/src/bios/buildrom/buildrom-devel/work/coreboot/svn/targets/amd/serengeti_cheetah/serengeti_cheetah'
but I have a rom image. Once I get simnow up we'll see.
ron
but I have a rom image. Once I get simnow up we'll see.
You might want to try coreinfo too. Tint boots for me in SimNow but the keyboard isn't working for me.
Myles
On 09/05/08 12:04 -0600, Myles Watson wrote:
but I have a rom image. Once I get simnow up we'll see.
You might want to try coreinfo too. Tint boots for me in SimNow but the keyboard isn't working for me.
SimNow seems to react very poorly when we have a keyboard timeout in curses. Current simnow (with the updating date/time) works, but the keyboard is very slow to respond. I'm not sure whats up with that - it must be a limitation of the simnow timing model.
Either that or we just get lucky on real hardware.
Jordan
Once I get simnow up we'll see.
Are you stuck somewhere?
I just noticed that we didn't tell you how to change the max_map_count in the tutorial. This is important. I just added it.
Thanks,
Myles
On Fri, May 9, 2008 at 11:39 AM, Myles Watson mylesgw@gmail.com wrote:
Once I get simnow up we'll see.
Are you stuck somewhere?
I'm installing caos/nsa and it blew up on the grub part.
how grubby.
ron