Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Sponsor

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Discussion Groups | Code-Composer | Loading from FLASH and running from RAM

Technical discussions about Code Composer Studio.

  

Post a new Thread

Loading from FLASH and running from RAM - ben....@verextech.com - Sep 28 14:49:00 2005



Hi,

To speed up my application, I am trying to run some .obj files (such as memcpy.obj) on RAM, after loading from FLASH. These .obj files are a part of rts.lib. Here is a snippet from my cmd file:

.text1 : {memset.obj (.text)}
LOAD = FLASH_ABCD, PAGE=0
RUN = RAMH0, PAGE = 0
LOAD_START(_lib_loadstart),
LOAD_END(_lib_loadend),
RUN_START(_lib_runstart)

I am having a problem because the linker states that it cannot find this file! I am getting the following statement:

f2808_nonBIOS_flash.cmd: error: system error, can't open file 'memcpy.obj' I have no problem setting .obj files from my code to run from RAM. (for example I can get my main.obj to run from RAM).

It seems that this may be a syntax problem, but I cannot find the way to refer to an .obj file from a .lib file in the command file.

I would greatly appreciate any kind of assistance.

Many Thanks,
Ben




(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )