Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about aarch64 support #17

Open
laihuawang opened this issue Nov 27, 2023 · 4 comments
Open

Question about aarch64 support #17

laihuawang opened this issue Nov 27, 2023 · 4 comments

Comments

@laihuawang
Copy link

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

@laihuawang
Copy link
Author

build system is aarch64 not x86 or x64

@strangesast
Copy link
Owner

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.

@laihuawang
Copy link
Author

where can find Fanuc releases file Info?

@laihuawang
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants