Replies: 1 comment
-
Hi! These are some false-positive validation errors that we haven't gotten around to fixing yet. They should not stop the compilation, however. For now, you can just ignore them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

i am trying perform some bit shift operations using SHL, while compiling i encountered following errors,
Here is my code,
Below is command used to build program,
plc -c myprogram.st ../../libs/stdlib/iec61131-st/*.st -o st.o --pic
clang++ -c main.cpp -o main.o
clang++ main.o st.o -o Test -liec61131std
How to get rid of this internal error?????
Beta Was this translation helpful? Give feedback.
All reactions