From mboxrd@z Thu Jan 1 00:00:00 1970 From: chris.r.lipchik@att.net To: ecos-discuss@sourceware.cygnus.com Subject: [ECOS] LINKING CODE to specific addresses. Date: Tue, 23 Jan 2001 17:10:00 -0000 Message-id: <20010124011049.NZJL1480.mtiwmhc24.worldnet.att.net@webmail.worldnet.att.net> X-SW-Source: 2001-01/msg00390.html I'm having trouble getting started on creating code sections and linking code at specific addresses. I want the code contained in a single source file (either C or assembly) to be located at address 0x20000. The remaining code, the application S/W, needs to start immediately after the code in the single source file mentioned above. The address of ROM in my uP is 0x00000 to 0x3FFFF. Do I use the Configuration Tool to do this or do I need to manually edit a file. Any help would be appreciated. Thanks, Chris