etherlab/EthercatMaster.py
changeset 2112 e88cd6ff885e
parent 2111 f2cffda17d00
child 2113 b14b6f9008dc
equal deleted inserted replaced
2111:f2cffda17d00 2112:e88cd6ff885e
   696         
   696         
   697         LocationCFilesAndCFLAGS.append(
   697         LocationCFilesAndCFLAGS.append(
   698             (current_location, 
   698             (current_location, 
   699              [(Gen_Ethercatfile_path, '"-I%s"'%os.path.abspath(self.GetCTRoot().GetIECLibPath()))], 
   699              [(Gen_Ethercatfile_path, '"-I%s"'%os.path.abspath(self.GetCTRoot().GetIECLibPath()))], 
   700              True))
   700              True))
   701         LDFLAGS.append("-lethercat -lrtdm")
   701         LDFLAGS.append("-lethercat_rtdm -lrtdm")
   702         
   702         
   703         return LocationCFilesAndCFLAGS, LDFLAGS, extra_files
   703         return LocationCFilesAndCFLAGS, LDFLAGS, extra_files
   704 
   704 
   705     ConfNodeMethods = [
   705     ConfNodeMethods = [
   706         {"bitmap" : "ScanNetwork",
   706         {"bitmap" : "ScanNetwork",