fwlib icon indicating copy to clipboard operation
fwlib copied to clipboard

Compile for aarch64

Open mauringo opened this issue 3 years ago • 1 comments

Hi,

Sorry to bother, i go directly to my question: Is there a way to compile and run the examples on AARC64?

mauringo avatar Sep 22 '22 14:09 mauringo

No problem at all. #3 covers compiling and running an example on aarch64. It's basically just

arm-linux-gnueabihf-gcc your_file.c -L./ -Wl,-rpath=./ -lpthread -lfwlib32 -o your_binary

strangesast avatar Sep 22 '22 21:09 strangesast