beremiz
Clone
Summary
Browse
Changes
Graph
Wait the debug thread has terminated before freeing PLC to avoid random segmentation fault.
2009-05-18, greg
25b7b7f854bc
file is
Executable
Wait the debug thread has terminated before freeing PLC to avoid random segmentation fault.
Store working directory to globals copy, in order to be used in runtime.py.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]