Hi all:
I develop the DSP application on DM816x with DVRRDK.
In the application, I must set memory model "far".
I change a compilation option and built in far model, but it is awkward for me that the following error appears.
error: symbols in the reserved far sections cannot be accessed as near; symbol
"_DSKT2_heap" in the far section
".../vc_rdk/build/dvr_rdk/obj
/ti816x-evm/c6xdsp/debug/MAIN_APP_c6xdsp_pe674.oe674(.fardata)" is accessed
as near in the section
".../ti_tools/framework_components/fram
ework_components_3_22_00_05/packages/ti/sdo/fc/dskt2/lib/debug/dskt2.ae674<d
skt2free.oe674>(.text)"
A problem seems to happen between a source file generated by XDC-tool .
I want to solve this problem.
How to fix the problem? Thanks
satou