26 | | $ make -f bug.makefile |
27 | | gcc -O3 -falign-functions -msse2 -mfpmath=sse -I"F:/workspace/OpenModelica/build//include/omc" -I. -c -o bug.o bug.c |
28 | | bug.c: In function `residualFunc2': |
29 | | bug.c:289: error: `$P$PRExloc' undeclared (first use in this function) |
30 | | bug.c:289: error: (Each undeclared identifier is reported only once |
31 | | bug.c:289: error: for each function it appears in.) |
32 | | make: *** [bug.o] Error 1 |
| 25 | Error processing file: simple.mo |
| 26 | Error: Internal error BackendDAETransform.findDiscreteEquation failed. |
| 27 | |
| 28 | Your model contains a mixed system involving algorithms or other complex-equations. |
| 29 | |
| 30 | Sorry. Currently are supported only mixed system involving simple equations and boolean variables. |
| 31 | |
| 32 | Try to break the loop by using the pre operator. |
| 33 | Error: Internal error BackendDAETransform.analyseStrongComponentBlock failed |
| 34 | Error: Internal error sorting equations(strongComponents failed) |
| 35 | Error: Internal error Transformation Module sort components failed! |
| 36 | |
| 37 | # Error encountered! Exiting... |
| 38 | # Please check the error message and the flags. |
| 39 | |
| 40 | Execution failed! |