[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] PetaLinux compile error: cannot open W_RODAT



Hi Jean-Yves,

Jean-Yves Ouellet wrote:
I installed PetaLinux on my Linux PC (RedHat 9.0) and followed the procedure described in the Quick Start Guide.

"make xconfig" generated the same error that has already been reported in a previous post: http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2007/04/msg00042.html

"make clean", "make menuconfig" and "make dep" ran without error. However, "make" generated the following compile error:

....
microblaze-uclinux-gcc -msoft-float -mno-xl-soft-mul -mxl-barrel-shift -mno-xl-soft-div -Wl,-elf2flt -o date date.omicroblaze-uclinux-gcc -msoft-float -mno-xl-soft-mul -mxl-barrel-shift -mno-xl-soft-div -Wl,-elf2flt -o dirname dirname.omicroblaze-uclinux-gcc -msoft-float -mno-xl-soft-mul -mxl-barrel-shift -mno-xl-soft-div -Wl,-elf2flt -o echo echo.o/home/jouellet/petalinux-v0.10-rc1/tools/linux-i386/microblaze-uclinux-tools/bin/../lib/gcc/microblaze-uclinux/3.4.1/../../../../microblaze-uclinux/bin/ld:

Do I understand correctly that the above text was all displayed as a single command line? Or is that just an email cut and paste error?

Each target in the shutils directory should generate its own compiler command - that is like the list of commands that Jean-Loup gave in his reply to your problem.

To be properly sure, can you please do the following:

cd user/shutils
make clean
cd ../..
make user_only > make.out 2>&1

and post the resulting file make.out to the list?

Also, what version of Make are you using (make -v)

Thanks,

John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/