Hi,
I need to recompile EnergyPlus Source code because I have modified a part of a source file. I have downloaded gcc compiler, gnu make and I put needed files in source code folder. During compilation, some files are compiled, .mod et .o files are created but when it try to work on the file SurfaceGeometry.f90 I get an error:
"
SurfaceGeometry.f90:7416:0:
SurfaceTmp(SurfNum+1)%Name=SurfaceTmp(SurfNum)%Name
Internal compiler error: in make_decl_rtl, at varasm.c:1313
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://tdm-gcc.tdrago.net/bugs> for instructions.
makefile:354: recipe for target 'SurfaceGeometry.o' failed
make: *** [SurfaceGeometry.o] Error 1
"
I work with E+ V8.0
About modification that I have done, my company have already modified some files then when I compile I add this modified files to my source code folder. Compilation with this file usually work but here it doesn't. These modifications haven't link with SurfaceGeometry file which give me the error.
Any ideas idea to solve this problem ?
Best Regards,
Tom .M