You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: