ProjectController.py
changeset 1643 fc39d658bd2f
parent 1634 299a1dde6baa
child 1672 9298ba0cd70a
equal deleted inserted replaced
1642:ce9fc57e1828 1643:fc39d658bd2f
   108         options =["-f", "-l", "-p"]
   108         options =["-f", "-l", "-p"]
   109 
   109 
   110         buildopt = ""
   110         buildopt = ""
   111         try:
   111         try:
   112             # Invoke compiler. Output files are listed to stdout, errors to stderr
   112             # Invoke compiler. Output files are listed to stdout, errors to stderr
   113             status, result, err_result = ProcessLogger(self.logger, buildcmd,
   113             status, result, err_result = ProcessLogger(None, buildcmd,
   114                 no_stdout=True, no_stderr=True).spin()
   114                 no_stdout=True, no_stderr=True).spin()
   115         except Exception,e:
   115         except Exception,e:
   116             return buildopt
   116             return buildopt
   117 
   117 
   118         for opt in options:
   118         for opt in options: