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

[microblaze-uclinux] compilation issues



Hi,
I have updated the uclinux distribution to the latest
2.4.x.
The following error messages are output upon "make
all":
-----------------------------------
make[2]: Leaving directory
`/home/subash/uClinux-2.4.x/lib'
make -C  crypto CFLAGS="-D__KERNEL__
-I/home/subash/uClinux-2.4.x/include  -Wall
-Wstrict-prototypes -Wno-trigraphs -O1 -g
-fno-strict-aliasing -fno-common
-DPLATFORM=uclinux-auto -O2 -fno-builtin -DNO_MM
-DNO_FPU -D__ELF__ -DMAGIC_ROM_PTR
-DUTS_SYSNAME=\"uClinux\" -D__linux__
-I/usr/local/bin/../lib/gcc/microblaze/3.4.1/./include
-mxl-barrel-shift -mno-xl-soft-div -mxl-soft-mul
-DMODULE " MAKING_MODULES=1 modules
make[2]: Entering directory
`/home/subash/uClinux-2.4.x/crypto'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory
`/home/subash/uClinux-2.4.x/crypto'
make[1]: Leaving directory
`/home/subash/uClinux-2.4.x'
for dir in  include lib include user ; do [ ! -d $dir
] || make ARCH=microblaze
CROSS_COMPILE=mb- -C $dir || exit 1 ; done
make[1]: Entering directory
`/home/subash/uClinux-dist/include'
find . -depth -type l -a ! -name Makefile | xargs rm >
/dev/null 2>&1 || exit 0
find . -depth -type d | grep -v .svn | xargs rmdir >
/dev/null 2>&1 || exit 0
Making symlinks in include/
Making include/c++ symlink to compiler c++ includes
sed: -e expression #2, char 21: Unknown command: ``Q''
make[1]: Leaving directory
`/home/subash/uClinux-dist/include'
make[1]: Entering directory
`/home/subash/uClinux-dist/lib'
make -j1 -C ../include                 || exit $?
make[2]: Entering directory
`/home/subash/uClinux-dist/include'
find . -depth -type l -a ! -name Makefile | xargs rm >
/dev/null 2>&1 || exit 0
find . -depth -type d | grep -v .svn | xargs rmdir >
/dev/null 2>&1 || exit 0
Making symlinks in include/
Making include/c++ symlink to compiler c++ includes
sed: -e expression #2, char 21: Unknown command: ``Q''
ln: `3.4.1': File exists
make[2]: *** [all] Error 1
make[2]: Leaving directory
`/home/subash/uClinux-dist/include'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/subash/uClinux-dist/lib'
make: *** [subdirs] Error 1
[subash@localhost ~/uClinux-dist]$
---------------------------------------------

I did not see these error messages prior to upgrade.

thanks,
Subash
___________________________
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/