Question about the development with Raspberry Pi

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
Raspberry
Jr. Member
Jr. Member
Posts: 3
Joined: 14 May 2014, 08:00

Question about the development with Raspberry Pi

Post by Raspberry »

Hallo everyone,

I am a freshman in this field. According to the readme in the CD, a Linux PC is needed for the development with Raspberry Pi.

I am wondering, if I could with my Windows PC and SSH(Putty) directly develop the OPC UA server on Raspberry Pi. That means, I copy all the needed files to Raspberry Pi, and use Raspberry Pi as my "Develop PC" . Is that possible? Thanks a lot for your answers!

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: Question about the development with Raspberry Pi

Post by Support Team »

Hello,

yes, it is possible to directly build (compile) on the Rasberry itself, it is not very fast, but it works. Of course you need to install all required compiler and libraries i.e. dev packages of the third party directly on the RPI. In order to make our precompiled SDK libraries run together with your "on the RPI compiled" application, you must insure that you use the identical OS and compiler settings as given in the provided toolchain.

On the CD-Rom we show the more "typical" way of doing cross platform development, having a host computer and the target device.

Best Regards
Support Team

Post Reply