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

Discussion Groups

Discussion Groups | Code-Composer | Large lookup table problem

Technical discussions about Code Composer Studio.

  

Post a new Thread

Large lookup table problem - Author Unknown - Sep 21 17:05:00 2001



Greetins
I am trying to use a large lookup
table of about 12k float variables
on a c6701 using CCS 2.
The lookup c file look like this:

#pragma data_sect (temp,SDRAM
section)

const float temp[]={var1,
var2,
.
.
.
var12k};

the problem is in link time the
linker output an error messege
like:
error: cant allocate .bss

Why sould be a memory allocation
problem with the .bss (on the
IDRAM) when i try to allocate an
SDRAM memory with this lookup
table?
Is the any other way to implement
this large lookup table?




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