This library is for executing 32-bit code within a 64-bit environment.
Test Code
- Sample code.
1 |
|
- Compile and run.
1 | $ arm-linux-gnueabihf-gcc -o test test.c |
Install the 32-bit package
1 | $ sudo apt-get update |
libc6
is the name of the package, whilst armhf
indicates that the package is 32-bit.