aryamazaheri opened a new issue, #14827:
URL: https://github.com/apache/tvm/issues/14827
While compiling TVM for Hexagon backend, I get the following error:
```
/home/osboxes/tvm/src/runtime/dso_library.cc:129:32: error: use of
undeclared identifier 'RTLD_DI_LOAD_ADDR'
int rc = dlinfo(lib_handle_, RTLD_DI_LOAD_ADDR, &p);
```
### Environment
OS: Ubuntu 18.04
TVM: 0.13
Hexagon SDK: 5.3.0.0
### Steps to reproduce
```
HEXAGON_SDK_ROOT=$HOME/Hexagon/5.3.0.0; \
DEFAULT_HEXAGON_TOOLS_ROOT=$HEXAGON_SDK_ROOT/tools/HEXAGON_Tools/8.6.06; \
CC=$DEFAULT_HEXAGON_TOOLS_ROOT/Tools/bin/hexagon-clang; \
CXX=$DEFAULT_HEXAGON_TOOLS_ROOT/Tools/bin/hexagon-clang++;\
CXXFLAGS='-stdlib=libc++
-I${HEXAGON_SDK_ROOT}/rtos/qu^C/computev69/include/posix
-I${HEXAGON_SDK_ROOT}/rtos/qurt/computev69/include/qurt'; \
cmake .. -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_VERSION=1
-DCMAKE_C_COMPILER=$DEFAULT_HEXAGON_TOOLS_ROOT/Tools/bin/hexagon-clang
-DCMAKE_CXX_COMPILER=$DEFAULT_HEXAGON_TOOLS_ROOT/Tools/bin/hexagon-clang++
-DUSE_RPC=OFF -DUSE_LLVM=OFF
```
### Triage
* vert:hexagon
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]