Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

xspace options for bi-endian compiler

Vijaya_V_
Beginner
427 Views

I want to implement xspace protection for an image, where I am compiling my code with Intel bi-endian compiler. Is there any option available for the same.

Xspace Protection:

For each segment I need to provide the access permissions as like mentioned below

TEXT Segment : Read & Execute Permission   -----> Code

RODATA :  Read Only Permission  -------> constants, String Literals, etc

RWDATA : Read & Write Permission ---------> BSS, Data , Heap,Stack Segments.

Please provide the info for the same.
 

 

0 Kudos
3 Replies
KitturGanesh
Employee
427 Views

Hi,
Presently, I am not aware of any support for this but will file a feature request with our developers and will update you accordingly. Appreciate your patience till then
Regards,
Kittur

0 Kudos
Vijaya_V_
Beginner
427 Views

Hi,

Thanks for reply. Would you please confirm me how long it will take to implement the feature.

Thanks,

Vijaya.

0 Kudos
KitturGanesh
Employee
427 Views

Sure, will find out and let you know, thanks
_Kittur

0 Kudos
Reply