fwlib
fwlib copied to clipboard
Question about aarch64 support
I want to build some app in aarch64 with g++ use fwlib what should I do ? not use arm-linux-gnueabihf-gcc
build system is aarch64 not x86 or x64
Unless Fanuc releases a file compiled for that platform it will be very difficult for you to compile a program referencing that library file. I would suggest one program compiled for 32-bit using that library that communicates with your 64-bit compiled program through a socket or pipe.
where can find Fanuc releases file Info?
so now my program is tcp with NC then udp send to 64-bit compiled program