apivovarov edited a comment on issue #7705: URL: https://github.com/apache/tvm/issues/7705#issuecomment-810750827
I recommend to test `cmake / make runtime` for arm cross compilation toolchain. ``` cmake .. \ -DCMAKE_C_COMPILER=arm-linux-gnueabihf-gcc \ -DCMAKE_CXX_COMPILER=arm-linux-gnueabihf-g++ make VERBOSE=1 runtime ``` make sure libbacktrace is built using arm gcc (not default /usr/bin/gcc) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
