rt, 想在dsp核上获取函数的返回地址,实现类似GNU中__builtin_return_address的功能,在代码中调用__builtin_return_address编译能过,但是一直返回0
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
你好,
http://processors.wiki.ti.com/index.php/GCC_Extensions_in_TI_Compilers
__builtin_frame_address and __builtin_return_address return zero for all arguments except a constant zero for C6000 and ARM targets.