(sorry for late answer)
Steven Blackery wrote:
> From: Pierre Bourgin [pierre.bour...@arteris.com]
>
>> search-windrivers stuff does not interfere with "manual" choose of
>> drivers (present below /os/osfoldername/$OEM$/$1/) : it appends it
>> own stuff in OemPnPDriverPath value.
>
> I don't us
On Wed, Feb 25, 2009 at 10:24:43AM -0500, Joe Huss wrote:
>
> In the linux/Makefile, there is a line like
>
> ifneq ("$(strip $(wildcard /usr/bin/genisoimage))","")
>
> however, the binary 'wildcard' isnt on any of the ubuntu systems I've
> looked at, and this was a ubuntu/debian related fix fro
In the linux/Makefile, there is a line like
ifneq ("$(strip $(wildcard /usr/bin/genisoimage))","")
however, the binary 'wildcard' isnt on any of the ubuntu systems I've
looked at, and this was a ubuntu/debian related fix from what I could
tell.
You can replace this with
ifneq ("$(which genisoi
In the linux/Makefile
I was getting a limits.h error, after further investigation I found for
the glibc build, you use--with-headers=$(cwd)/$(linux)/dest/include
but glibc needs include/limits.h , which is provided by libc at least on
ubuntu intrepid. the kernel that your linking to only pro