Subject: Re: compiling ramdisk contents for arm
To: None <kamalp@acm.org>
From: Martin Husemann <martin@duskware.de>
List: port-arm
Date: 01/13/2005 08:13:14
On Wed, Jan 12, 2005 at 10:46:01PM -0800, Kamal R. Prasad wrote:
> (on my x86 build machine)
> and did
> #make

You probably want to call ${TOOLDIR}/bin/nbmake-evbarm (or whatever it is
called in your case) instead of make. It is a script that will set the needed
environment variables before calling make.

Martin