We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi everyone,
I have a 32-bit arm assembly program and I'd like to run it in a 64-bit os (in particular, in a raspberry pi 3 board). Which libraries do I need in order to do that?
Thanks in advance.
Sandro
64bit OS == Linux? If so, google says you need to install the 32bit libraries. Something like "sudo dpkg --add-architecture armhf"
sudo dpkg --add-architecture armhf
It's Gentoo OS, so I'm trying to figure out a substitute for "dpkg", anyway thanks for your kind answer