<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Knut Kujat escribió:
<blockquote cite="mid:4B221D61.80506@gap.upv.es" type="cite">
  <pre wrap="">Rudolf Marek escribió:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

Can you test with revision 3593?

I think you will need to do - buildtarget stuff ;)

Rudolf

    </pre>
  </blockquote>
  <pre wrap=""><!---->Hi,

It fails compiling and don't know exactly why:

gcc -m32  -nostdlib -nostartfiles -static -o coreboot -T ldscript.ld crt0.o
nm -n coreboot | sort > coreboot.map
objcopy --gap-fill 0xff -O binary coreboot coreboot.strip
gcc -o buildrom
/home/knuku/Documents/OldCor/coreboot/coreboot-v2/util/buildrom/buildrom.c
cp /home/knuku/bios.bin.elf payload
./buildrom coreboot.strip coreboot.rom payload 0x20000 0x40000
coreboot.strip: Value too large for defined data type
make[1]: *** [coreboot.rom] Error 2
make[1]: se sale del directorio
`/home/knuku/Documents/OldCor/coreboot/coreboot-v2/targets/asus/a8v-e_se/asus_a8v-e_se/normal'
make: *** [normal/coreboot.rom] Error 1

I did:

./buildtarget asus/a8v-e_se
cd asus/a8v-e_se
(set the right path to the payload in Config.lb)
cd asus_a8v-e_se
make

I tried with the same payload I did with the newer revisions filo.elf
and then I tried a already compiled seabios elf.

thx,
Knut Kujat




  </pre>
</blockquote>
Hi, <br>
<br>
I made it compile and it worked I get till filo payload after that it
stucks because:<br>
Error 18: Selected cylinder exceeds maximum supported by BIOS<br>
<br>
but I thing thats a minor problem the most important thing is that the
old revision worked. <br>
<br>
thx,<br>
Knut Kujat<br>
</body>
</html>