Hi, can anyone tell me how can i restrict the sdk complier to restrict allocating variables from memory,being it any sram or sdram, certain locations or bunch of locations... i mean i need to have a basic data structure (which is a table) which store some rules...this will be iniatised at first...but need to be changed dynamically if one wants 2 add a new rule.....i want that other variables will not overwrite the content of table... so i want to restrict variables, for which i don't want to specify memory location explicitly, out of certain memory location where i have stored my rules..... i guess there is some compler settings........?????.... thanxs in advance.... regards, Nitin Makhija M.Tech(CS) IIT-Kharagpur
Unless you are going to explicitly declare another variable, which happens to be ur table's address, I donnot see ur point exactly asto how the compiler allocate variables in the same location. THanks Vijay Ram On 2 Nov 2004, nitin makhija wrote:
� Hi,
can anyone tell me how can i restrict the sdk complier to restrict allocating variables from memory,being it any sram or sdram, certain locations or bunch of locations...
i mean i need to have a basic data structure (which is a table) which store some rules...this will be iniatised at first...but need to be changed dynamically if one wants 2 add a new rule.....i want that other variables will not overwrite the content of table...
so i want to restrict variables, for which i don't want to specify memory location explicitly, out of certain memory location where i have stored my rules.....
i guess there is some compler settings........?????....
thanxs in advance.... regards, Nitin Makhija M.Tech(CS) IIT-Kharagpur _______________________________________________ ixp1200 mailing list ixp1200@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/ixp1200
participants (2)
-
nitin makhija
-
Vijay Ramamurthi