Re: Regarding allocation of constant data (tables) in .const segment of Dm6446.

2009-09-01 Thread Sandeep YEDIRE
constant data (tables) in .const segment of Dm6446. Hi Sandeep I guess you have to actually initialize the arrays. Otherwise, use a #pragma command to instruct the compiler to put the arrays in the .const section Albert On Tue, Sep 1, 2009 at 10:56 AM, Sandeep YEDIRE wrote: Hello all, >I

Regarding allocation of constant data (tables) in .const segment of Dm6446.

2009-09-01 Thread Sandeep YEDIRE
Hello all, I am currently working with my codec algorithm. I want to allocate constant data like VLC tables into .const segment of DM6446. I tried to use prefix const int array1[]; but this did not allocate on .const segment. Can you please provide any link or info on this? Where as in simulato