Linker Error in SHL #1030
vspatel5007
started this conversation in
General
Replies: 1 comment 4 replies
-
I wonder why it's trying to find a BOOL version of SHL here since the numbers are both DINT. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a below simple ST code:
During comilation of the above code with rusty, I am getting below linker error:
The command I used to build the above code is:
plc ../../libs/stdlib/iec61131-st/*.st SHL_que.ST --linker=clang -o Test -liec61131std
Any idea/help on this?
Beta Was this translation helpful? Give feedback.
All reactions