我正在尝试运行 hexagon sdk 的 gaussian7x7 示例。我收到以下错误:
map_object.c:521:0x9096:uimg not supported
map_object.c:521:0xa0a1:uimg not supported
symbol.c:336:0xc0e5:__cxa_finalize weak ref not found,return _rtld_sym_zero@_rtld_objmain
rtld.c:1026:0xc0e5:VA 0xFFB00000 outside ELF segment
symbol.c:336:0xc0e5:__cxa_finalize weak ref not found, return _rtld_sym_zero@_rtld_objmain
rtld.c:1026:0xc0e5:VA 0xFFB00000 outside ELF segment
我无法弄清楚可能的错误是什么?该代码还给出错误代码为-1。有人可以在这方面指出我正确的方向吗