Tool/software: Linux
I have a Jetson Nano running NVIDIA's provided SD image of Ubuntu 18.04 (L4T R32). I've been trying to install any version of the MMWAVE SDK after following the correct steps to allow 32-bit executables (https://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit), but have had no success in even executing the .bin file.
I also noticed that I can't even find the libc6:i386 library package.
After running
$ sudo chmod +x ./mmwave_sdk_02_01_00_04-Linux-x86-Install.bin
this is what is returned after trying to execute the .bin file using
$ sudo ./mmwave_sdk_02_01_00_04-Linux-x86-Install.bin
"./mmwave_sdk_02_01_00_04-Linux-x86-Install.bin: 1: ./mmwave_sdk_02_01_00_04-Linux-x86-Install.bin: Syntax error: "(" unexpected"
I have read that this is because I still dont have the right 32-bit compatibility packages installed, but I've installed all the ones that I could. These include multiarch-support, libc6-i386-cross, libstdc++6-i386-cross, and libncurses5
Is there anyway to install the SDK without using this 32-bit binary?