fwlib icon indicating copy to clipboard operation
fwlib copied to clipboard

fanuc focas library compile & runtime files

Results 7 fwlib issues
Sort by recently updated
recently updated
newest added

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

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

Can the c-libs be provided for us to compile for armv8? Or can an armv8 .so be provided? Thank you!!!

I have a container built from ```3.11.3-windowsservercore-ltsc2022```, then the container has a 64bit architecture. How can I use the library inside my Python code which runs in the container ?...

Changed all short and longs in structs and function calls to int16 and int32 to make it compatible with 64bit systems Also added a Python wrapper made using ctypesgen to...

I'm trying to use cnc_sdtsetchnl but i get an error (undefined symbol) even if the declaration of function is present in .so and .h ```/home/ubuntu/gateway/fwlib-master/libfwlib32.so: undefined symbol: cnc_sdtsetchnl```

It returns same random idata value(17208 or 17304 or 0) when parameter num is deferent. Same code on win10 x64 is ok, seems "cnc_rdparam()" function has failed Please help.... https://github.com/strangesast/fwlib/assets/7524140/d36169cf-02a4-4ead-af65-cee794c7a2b2...