KindleHe opened a new issue #4858: Error in Build NNPACK URL: https://github.com/apache/incubator-tvm/issues/4858 There might be some error in `Build NNPACK` ``` # Add PIC option in CFLAG and CXXFLAG to build NNPACK shared library sed -i "s|gnu99|gnu99 -fPIC|g" CMakeLists.txt sed -i "s|gnu++11|gnu++11 -fPIC|g" CMakeLists.txt ``` when running `sed .......`, get error : ``` sed: 1: "CMakeLists.txt": invalid command code C ``` I found that there is no `gnu99` and `gnu++11` in `CmakeLists.txt`, Could you give some advices, thanks very much!
---------------------------------------------------------------- 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] With regards, Apache Git Services
