[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Problems compiling kernel
Hi,
Krzysztof Kosciuszkiewicz wrote:
> On Fri, Nov 19, 2004 at 02:24:28PM +0000, Andrés Calderón wrote:
>
>>I fixed this, by the environment variables setup (in linux, bash shell):
>>
>>export XILINX_EDK=/home/EDK (/home/EDK in my system)
>>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${XILINX_EDK}/bin/lin
>>export PATH=${XILINX_EDK}/bin/lin:${XILINX_EDK}/gnu/microblaze/lin/bin:${PATH}
> OK, but what's the cause? I retrieved snapshots of uClinux-dist before last
> release and sources compile fine...
I've looked into this a little, - the default specs for mb-gcc instruct
it to link against libxil.a:
$ mb-gcc -dumpspecs
It seems that this error occurs when people install the uclinux
toolchain, but don't have EDK 6.X also installed on their linux box.
One solution, as has been stated, is to copy the libxil.a file from an
existing EDK install, into one of the libs directories in the custom
toolchain.
This is a bit of a mess, we should see about cleaning it up one way or
another.
Regards,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/