Hi all,
I'm trying to generate an EnergyPlus FMU using the user guide.
On the command window I have:
C:\~\~\FMU\Scripts\EnergyPlusToFMU.py -i C:\~\~\EnergyPlusV8-5-0\Energy+.idd -w C:\~\~\WeatherDATA\Tampa.epw C:\~\~\var.idf But I am getting an error that reads:
ERROR from script file (utilManageCompilelLink.pyc) Failed to create object file for source code file {C:\~\~\SourceCode\fmu-export-prep\app-cmdlin-input.cpp}
I made sure that the FMU source codes and compiler and linkage is in the environmental variable path.
Seems like python failed to parse a C++ file.
Could someone tell me what I did wrong? Does this have to do with python accessing C++ libraries.
Thanks
Jan Huang