|
Re: Eclipse WPIlib requires 32-bit libraries on 64-bit linux installs
If your build uses the -m32 flag during compile, it will build 32-bit objects.
The resulting build will fail because it cannot find 32-bit version of the libraries needed
to complete the build.
|