This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Linux
我有一个 Jetson Nano、运行 NVIDIA 提供的 Ubuntu 18.04 SD 映像(L4T R32)。 按照正确的步骤允许32位可执行文件(https://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit)后、我一直尝试安装任何版本的毫米波 SDK、但即使执行.bin 文件也没有成功。
我还注意到我甚至找不到 libc6:i386库包。
运行后
$ sudo chmod +x ./mmwave_sdk_02_01_00_04-Linux-x86-Install.bin
这是尝试使用执行.bin 文件后返回的内容
$ sudo ./mmwave_sdk_02_01_00_04-Linux-x86-Install.bin
"./mmwave_sdk_02_01_00_04-linux-x86-64安装.bin:1:./mmwave_sdk_02_01_00_04-linux-x86-64安装.bin:语法错误:"("意外"
我读过这是因为我仍然没有安装正确的32位兼容包、但我已经安装了所有可能的包。 其中包括 multiarch-support、libc6-i386-cross、libstdc++6-i386-cross 和 libncurses5
是否仍有安装 SDK 而不使用此32位二进制文件?