|
Hi Eric, I’ve
the same problema while ago. I
fact you need to copy the file auto-config.in from the Windows box to the linux
one. You can find it in the directory : in C:\uClinux_auto_6_30_b\microblaze_0\uclinux_v1_00_a ATTENTION:
The windows post add CR LF in the file that should be repalced by CR when it
has been copied on Linux machine. To
do this just use dos2unix perl script (dos2unix auto-config.in). Note:
the file should be copied in the directory -dist/linux-2.4.x/arch/microblaze/platform/uclinux-auto Then you can
start all the process, I suggest that you start by make clean, then make
menuconfig dep all The process
should pass, an last error may occur at
the end of the process when it try to copy kernel image to /tftpboot directory,
if this directory did not exist of course the copy will fail. Regards CRESITT INDUSTRIE 12 Rue de Blois, BP6744 45067 ORLEANS Cedex 2 Tel : 02.38.49.45.59 Fax :02.38.49.45.55 Email : christophe.alayrac@cresitt.com Web : http://www.cresitt.com -----Message d'origine----- The
memory test was passed and this output was shown in hyperterminal. But I
don’t understand what you mean by the auto-config file? Do you mean
I have to compare auto-config the file in C:\uClinux_auto_6_30_b to the file on my linux machine
where I built the kernel? From:
owner-microblaze-uclinux@itee.uq.edu.au
[mailto:owner-microblaze-uclinux@itee.uq.edu.au] On Behalf Of Jason Wu Hi Eric |