Hi Davide, I have previously done it in this way with Ubuntu 16.04 system. But the same steps are not working with Ubuntu 18.04. Is there any guide regarding cross compiling? The procedure I followed was: In Target System sudo apt-get update sudo apt-get install build-essential wget https://sourceforge.net/projects/snap7/files/Snap7-IoT/snap7-iot-arm/snap7-iot-arm-1.4.2.tar.gz tar -xvzf snap7-iot-arm-1.4.2.tar.gz cd snap7-iot-arm-1.4.2/build/unix/ sudo make -f arm_v7_linux.mk all sudo make -f arm_v7_linux.mk...
Hi Davide, Thank You for quick reply. I did the following in Raspberry Pi target system: Used the command sudo make -f arm_v7_linux.mk install and libsnap7.so is created in the folder snap7-iot-arm-1.4.2/build/bin/arm_v7-linux. I renamed it as libsnap7_arm_v7.so and copied to /usr/lib folder. And I did the following in Ubuntu 18.04 Host system: With sftp, I copied the libsnap7_arm_v7.so from the target Raspberry Pi to the Ubuntu Host and then I copy it in the folder /usr/lib(of Ubuntu Host). Then...
Hi, I have downloaded snap7 library from https://sourceforge.net/projects/snap7/files/Snap7-IoT/snap7-iot-arm/snap7-iot-arm-1.4.2.tar.gz for Raspberry Pi 3 B+. Then it is build with the command: sudo make -f arm_v7_linux.mk all ( from directory snap7-iot-arm-1.4.2/build/unix/ ). And the library libsnap7.so is created successfully in snap7-iot-arm-1.4.2/build/bin/arm_v7-linux folder. These all operations done in Raspberry Pi 3 B+. Now I want to develop an snap7 application in an Ubuntu 18.04 PC using...
Thank You very much. Now I could use libsnap7.so library in both BBB and Eclipse...
Hi, I am planning to use snap7 library in Beaglebone Black(BBB). Please advice me...
Hi, This problem is solved by myself. The solution is In Eclipse CDT Use project...
Hi all, I downloaded "snap7-full-1.4.2" and from the root of package in the folder...