I have a problem compiling my model (I am using Thermopower library but I think this kind of problem could be general).
When I make a simulation it gives me this kind of error in the tab SIMULATION:
gcc -c -O1 -ffunction-sections -mpentium -march=pentium -ffast-math -DDYMOSIM dsmodel.c
E:\Programmi\Dymola\source\dsblock1.c: In function `equations_':
E:\Programmi\Dymola\source\dsblock1.c:285: warning: This file contains more `{'s than `}'s.
E:\Programmi\Dymola\source\dsblock2.c: In function `dsblock_':
E:\Programmi\Dymola\source\dsblock2.c:103: warning: This file contains more `{'s than `}'s.
E:\Programmi\Dymola\source\dsblock3.c:52: warning: This file contains more `{'s than `}'s.
E:\Programmi\Dymola\source\dsblock4.c: In function `declare_':
E:\Programmi\Dymola\source\dsblock4.c:114: warning: This file contains more `}'s than `{'s.
E:\Programmi\Dymola\source\dsblock5.c: At top level:
E:\Programmi\Dymola\source\dsblock5.c:532: warning: This file contains more `}'s than `{'s.
as: dsmodel.o: reloc overflow: 0x15e3d > 0xffff
dsmodel.o: File truncated
E:\DOCUME~1\salvo\IMPOST~1\Temp\ccCybaaa.s: Assembler messages:
E:\DOCUME~1\salvo\IMPOST~1\Temp\ccCybaaa.s:643652: FATAL: Can't close dsmodel.o
: File truncated
gcc -c -O1 -mpentium -march=pentium -ffast-math -DDYMOSIM dsmodelext*.c
Error generating Dymosim.
This error accours when I am introducing one more component. I mean, I am simulating a centralized heating system, I add a new boilers (which is equal to the others already present in the model) and this error accours.
In addition I would expted this error accurred durring compilitation non during simulation...I really don't understand
Can you help me? Bitte!
Thanks,
Fra
