Hi,
On Sun, Jan 28, 2007 at 10:47:24AM +0530, anitha boyapati wrote:
cp linuxbios_ram.nrv2b linuxbios_ram.rom gcc -m32 -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld crt0.o nm -n linuxbios | sort > linuxbios.map objcopy --gap-fill 0xff -O binary linuxbios linuxbios.strip make[1]: *** No rule to make target `../../../payloads/tg3--ide_disk.zelf', needed by `payload'. Stop. make[1]: Leaving directory `/media/hda6/bios/LinuxBIOSv2/targets/amd/solo/solo/normal' make: *** [normal/linuxbios.rom] Error 1
You need to change the 'payload' lines in targets/amd/solo/Config.lb to point to the payload file you want to use. The file "../../../payloads/tg3--ide_disk.zelf" doesn't exist on your system, right?
Change that to /home/foo/whatever.elf, where that file is a payload image (e.g. FILO), see http://linuxbios.org/Payloads.
Uwe.