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

wago 750-8212 image build #17

Closed
musafedakarwg opened this issue Apr 4, 2024 · 0 comments
Closed

wago 750-8212 image build #17

musafedakarwg opened this issue Apr 4, 2024 · 0 comments

Comments

@musafedakarwg
Copy link

musafedakarwg commented Apr 4, 2024

Hello community,
I followed pfc-sdk readme, and managed to build .c files through the ptxdist and the toolchain.
however
when I add code pieces that contains external libraries such as

#include <sqlite3.h>
#include <wago/retain.h>
#include <memory.h>
#include <dal/adi_application_interface.h>
#include <ldkc_kbus_information.h>
#include <ldkc_kbus_register_communication.h>

I got errors like for example for retain (even I put binaries and headers and link them in the makefile)

** undefined_reference wrv_close etc (and more of these errors for other methods that been used in the source code)

The documentation is not really clear to me. Should I be fluent in ptxdist? to compile c files that will run in wago embedded linux environment?
Not sure where to start?
I can share more info if needed but I dont know where to start. thanks.

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

1 participant