Hi guys,
How to run an armel software on armhf on raspberry 2? Is it possible cuz of its processor (arm7)? Or arm7 processor can run armel properly?
There's how to emulate it?
I'm looking for any suggestions on how I can get this software to work. Now I'm compiling the linux 4.0 from https://github.com/raspberrypi/linux on Ubuntu 15 using arm-linux-gnueabi compiler and using the building kernel tutorial (https://www.raspberrypi.org/documentati ... uilding.md) to install the new compiled kernel but I don't know if that is enough?
Actually, I know the difference btw armel and armhf but:
1) I'm not sure how to check if my operation system is using armhf or armel? It could be using both together?
2) Why my software armel is not working? is because of the libs (hf) in /usr/lib/ directory? Or is something more deeper? I don't know much about it.
Thank u very much guys