fwlib icon indicating copy to clipboard operation
fwlib copied to clipboard

Question about aarch64 support

Open laihuawang opened this issue 1 year ago • 4 comments

I want to build some app in aarch64 with g++ use fwlib what should I do ? not use arm-linux-gnueabihf-gcc

laihuawang avatar Nov 27 '23 07:11 laihuawang

build system is aarch64 not x86 or x64

laihuawang avatar Nov 27 '23 07:11 laihuawang

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.

strangesast avatar Dec 29 '23 17:12 strangesast

where can find Fanuc releases file Info?

laihuawang avatar Jan 08 '24 08:01 laihuawang

so now my program is tcp with NC then udp send to 64-bit compiled program

laihuawang avatar Jan 08 '24 09:01 laihuawang