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]

HELP with target.ld file syntax


Running eCos on ARM Integreator board with ARM720T processor.

I have 3 high speed USB OTG buffers which need to be above address 0x80000000
on an ARM Integrator board, so my USB chip and the ARM can share the memory.

uchar    ECHO_ENDPOINT_BUFFER_1[1000];
uchar    ECHO_ENDPOINT_BUFFER_2[1000];
uchar    ECHO_ENDPOINT_RECV_BUFFER[1000];

I am after the syntax to relocate the buffers using my target.ld linker file.


Thanks

Leo


=====
Mobile Belgium: +32 (0)495 89 59 65
Contact in France:  +33 (0)476 275661

Registered Linux User Number 205935.
http://counter.li.org.


	
	
		
____________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

-- 
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]