On Wed, Feb 20, 2002 at 05:52:52PM +0800, friend Hsu wrote: > I have downloaded blob-2.0.5-pre2.tar.gz from web. > And then, unpacked this file by using the following > command: "tar -xzvf blob-2.0.5-pre2.tar.gz" > It generated a directory named "blob-2.0.5-pre2" in > the same directory. > Go into the directory blob-2.0.5-pre2, then I typed > "./configure --with-board=assabet", there are some > message displayed. It seems OK for this step.
It isn't. You want: ./configure --with-linux-prefix=/path/to/a/CONFIGURED/arm/linux/tree \ --with-board=assabet arm-unknown-linux-gnu > After typing "make", error message occured. > I also read the README file. But it seems for "tcsh" > shell. > I use the "bash shell". >From the README file: If you use the bash shell, use "export FOO=bar" instead of "setenv FOO bar". > Could you please tell me where to obtain the > instruction to compile this source code step by step. It's all in the README file. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL PROTECTED] WWW: http://www-ict.its.tudelft.nl/~erik/ _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
