This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

A question about loader


Dear all

	I try to compile ecos2.0 and want to use loader package, and a
compile error appear:

	i386-elf-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Winline
-Wundef -Woverlo
	aded-virtual -g -ffunction-sections -fdata-sections -fno-rtti
-fno-exceptions -f
	init-priority -Wp,-MD,foo.tmp  -I/work/build/ecos_install/include
-I/work/packag
	es/services/loader/v2_0 -I/work/packages/services/loader/v2_0/src
-I/work/packag
	es/services/loader/v2_0/tests -I. -shared -c -o tests/foo.o
/work/packages/servi
	ces/loader/v2_0/tests/foo.c
	i386-elf-gcc -g -nostdlib -L/work/build/ecos_install/lib -shared
-Tdynamic.ld -o
	 tests/libfoo.so /work/build/ecos_install/lib/crtbeginS.o tests/foo.
o /work/buil
	d/ecos_install/lib/crtendS.o
	tests/foo.o: In function `foo':
	/work/packages/services/loader/v2_0/tests/foo.c:65: undefined
reference to `fee'

	
	I have read notes.txt about loader for many times, it seems that i
shall rebuild toolchains, how can i do it?
	Can anybody help me?


Best Regards
Allen

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]