简体   繁体   中英

c++ error:unrecognized command line option '-msse3'

I am trying to make an executable file on the NVIDIA jetson tx1 (with g++ and gcc, both versions are 5.4.0). But the compilation fails:

屏幕截图

It doesn't fail on other Linux distributions.

SSE3是x86功能,而NVidia jetson tx1不是x86处理器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM