Wind River Diab Compiler force constants/functions in a specific section

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Wind River Diab Compiler force constants/functions in a specific section

605 Views
qm1013
Contributor III

hello , bellow is the example 

#pragma push

#pragma section MYCODE ".mycode"

void my_func()

{

}

#pragma pop

In the diab compiler,

there is a warning (dcc:1560) :unknow pragma:push

warning (dcc:1560) :unknow pragma:pop

If there is no push and pop in the diab , how to start and end MYCODE sections in the files?

Thank you very much !

Labels (1)
Tags (2)
0 Kudos
0 Replies