Skip to content
Discussion options

You must be logged in to vote

I got my dotnet core application linking with libiec61131std.so by copying it into my /lib folder, then mounting the /lib folder in my container. 😄

docker run --rm --mount type=bind,src=./examples,dst=/examples --mount type=bind,src=./compiled,dst=/compiled --mount type=bind,src=/lib,dst=/copiedlibs ghcr.io/plc-lang/rusty:master "plc /examples/clampandsaw.st --linker=cc --target=x86_64 -L /copiedlibs -l iec61131std --shared -o /compiled/libclampandsaw.so"

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@DoubleCouponDay
Comment options

@ghaith
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by DoubleCouponDay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants