mirror of
https://github.com/thiagoralves/OpenPLC_v2.git
synced 2025-05-09 00:21:11 +08:00
Fix issue with multiple parallel outputs on LD
More information on the bug here: https://bitbucket.org/skvorl/beremiz/issues/31/wrong-st-code-generation.
This commit is contained in:
parent
1257d79fee
commit
9fd8bb0075
@ -9,6 +9,12 @@ echo [LADDER]
|
||||
./iec2c.exe ./st_files/blank_program.st
|
||||
mv -f POUS.c POUS.h LOCATED_VARIABLES.h VARIABLES.csv Config0.c Config0.h Res0.c ./core/
|
||||
|
||||
echo [ST OPTIMIZER]
|
||||
cd st_optimizer_src
|
||||
g++ st_optimizer.cpp -o st_optimizer
|
||||
cd ..
|
||||
cp ./st_optimizer_src/st_optimizer.exe ./
|
||||
|
||||
echo [GLUE GENERATOR]
|
||||
cd glue_generator_src
|
||||
g++ glue_generator.cpp -o glue_generator
|
||||
|
Loading…
x
Reference in New Issue
Block a user