#3484 closed defect (fixed)
Undeclared symbols simulating with c and cpp runtime
Reported by: | Owned by: | Lennart Ochel | |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.4 |
Component: | Code Generation | Version: | |
Keywords: | Cc: |
Description
Trying to find a workaround for bug #3089 for the HelmholtzMedia library, I slightly changed the inner structure of the model (see https://github.com/AlexanderTaeschner/HelmholtzMedia for the changes). With this changes omc can flatten the HeliumTestModel example, but the model does not compile due to undefined symbols. This occures both with the C (test_c.log) and the CPP simCodeTarget (test_cpp.log).
To replicate the problem you can use the added mos script on the save total file.
Attachments (4)
Change History (10)
by , 9 years ago
Attachment: | HeliumTestModel_Total.mo added |
---|
comment:1 by , 9 years ago
Component: | Unknown → Code Generation |
---|---|
Owner: | changed from | to
comment:2 by , 9 years ago
Any news on solving this bug? I just retried with the current nightly Windows build and see the same errors.
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Using the current nightly the undeclared symbol error is gone, now the flattening fails due to failed differentiation. I will therefore close this ticket.
Save total model