while compililing user tools of uClinux-dist release
"uClinux-dist-test-20051209" that I just downloaded.
I am compiling for arm
$ tail vendors/config/common/config.arch
# STLPort
# Note that STL_INCDIR is not included by default since
# it can cause conflicts
STL_INCDIR=$(ROOTDIR)/include/STLport
STL_LIBDIR=$(ROOTDIR)/lib/STLport/lib
# Linker warnings are almost always a sign of badness LDFLAGS += -Wl,--fatal-warnings
endif
$ arm-elf-ld --version
GNU ld 2.10
Copyright 2000 Free Software Foundation, Inc.
$ arm-elf-gcc --version
2.95.3
I commented out the LDFLAGS line, and everything looks fine now.
Does that mean that my toolchain is not supported anymore, or it is only
a configuration issue ?