AddressSanitizer with RT1021 and MCUXpresso?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

AddressSanitizer with RT1021 and MCUXpresso?

806 次查看
rshipman
Contributor V

Hi,

Can you tell me how I can get set up with the AddressSanitizer for the RT1021 in MCUXpresso please?

I have found the -fsanitize=address etc settings, but I don't know how or where to get the library it requires. (Otherwise I get lots of messages like "undefined reference to __ubsan_handle_pointer_overflow" etc.)

Also if I turn -fsanitize=address etc on for the C compiler, it does not compile. For example:

arm-none-eabi-gcc: error: unrecognized command line option '-fsanitize-address'; did you mean '-fsanitize=address'?
arm-none-eabi-gcc: error: unrecognized command line option '-fsanitize-pointer-compare'; did you mean '-fsanitize=pointer-compare'?

Any help much appreciated.

 

标签 (1)
0 项奖励
1 回复

791 次查看
FelipeGarcia
NXP Employee
NXP Employee

Hi Ronnie,

Unfortunately, we do not have an official way to set up AddressSanitizer in MCUXpresso IDE. Please check the community thread below that provides a more detailed explanation about this.

How to use AddressSanitizer in S32 Design studio - NXP Community

Have a great day,

Felipe

-------------------------------------------------------------------------------

Note:

- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored. Please open a new thread and refer to the closed one, if you have a related question at a later point in time.

------------------------------------------------------------------------------ 

0 项奖励