Opened 13 years ago
Closed 13 years ago
#1895 closed enhancement (fixed)
Error building simulator
| Reported by: | julian.wyszynski | Owned by: | Jens Frenkel |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9.0 |
| Component: | Backend | Version: | trunk |
| Keywords: | Cc: |
Description
The attached model gives out the Error:
Error building simulator. Buildlog: gcc -falign-functions -msse2 -mfpmath=sse -I\"C:/OpenModelica1.9.0//include/omc\" -I. -L\"U:/Ordner/delay_n_differentialequation\" -c -o delay_n_differentialequation.o
Attachments (1)
Change History (6)
by , 13 years ago
| Attachment: | delay_n_differentialequation.mo added |
|---|
comment:1 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 13 years ago
| Component: | Backend → Code Generation |
|---|
comment:3 by , 13 years ago
| Component: | Code Generation → Backend |
|---|---|
| Owner: | changed from to |
| Status: | accepted → assigned |
Partially fixed in r13473 (the codegen issue for reductions). However, there are assertions generated that 1/j is valid input. Even though j is always positive... And j is a reduction index which cannot be accessed outside the reduction...
comment:4 by , 13 years ago
| Type: | defect → enhancement |
|---|
- this could be avoided if the variables of the for loop are considered with there min/max value.
comment:5 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
| Version: | → trunk |
- fixed in r13770
Note:
See TracTickets
for help on using tickets.

model showing error