Hi,

On Sat, Jan 09, 2010 at 12:10:49AM +0000, Rene Huber wrote:
> However I have run into a problem with grub. It seems grub.make wants
> to install 'packages/grub-0.97/usr/lib/grub/i386-unknown/stage1' but
> in my case the i386-unknown directory is called i386-host.
> 
> Again this is probably because I don't use a cross compiler.

If I traced this correctly, this is derived from PTXCONF_GNU_TARGET in your
platformconfig file. It should probably look something like this, if your
compiler is just the normal gcc:
...
PTXCONF_GNU_TARGET="i586-unknown-linux-gnu"
PTXCONF_COMPILER_PREFIX=""
...

grub.targetinstall should probably support other cpu-verdor combinations,
but I don't want to use a wildcard and I'm not sure what the correct check
would be.

Regards,
Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to