Opened 8 years ago
Closed 3 years ago
#4367 closed defect (fixed)
ModelicaStandardTables_CombiTable1D_minimumAbscissa undefined reference
Reported by: | Adrian Pop | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | 1.19.0 |
Component: | Run-time | Version: | |
Keywords: | Cc: | Martin Sjölund |
Description
Some of the MSL/ModelicaTest libraries took a dive because of missing external references in ModelicaStandardTables.
Modelica.Magnetic.FluxTubes.Examples.Hysteresis.SinglePhaseTransformerWithHysteresis1_functions.o: In function `omc_Modelica_Blocks_Tables_CombiTable1D$Core$tabfal_getTableAbscissaUmin':
Modelica.Magnetic.FluxTubes.Examples.Hysteresis.SinglePhaseTransformerWithHysteresis1_functions.c:(.text+0x322): undefined reference to `ModelicaStandardTables_CombiTable1D_minimumAbscissa'
Modelica.Magnetic.FluxTubes.Examples.Hysteresis.SinglePhaseTransformerWithHysteresis1_functions.o: In function `omc_Modelica_Blocks_Tables_CombiTable1D$Core$tabris_getTableAbscissaUmin':
Modelica.Magnetic.FluxTubes.Examples.Hysteresis.SinglePhaseTransformerWithHysteresis1_functions.c:(.text+0x672): undefined reference to `ModelicaStandardTables_CombiTable1D_minimumAbscissa'
Modelica.Magnetic.FluxTubes.Examples.Hysteresis.SinglePhaseTransformerWithHysteresis1_functions.o: In function `omc_Modelica_Blocks_Types_ExternalCombiTable1D_constructor':
Modelica.Magnetic.FluxTubes.Examples.Hysteresis.SinglePhaseTransformerWithHysteresis1_functions.c:(.text+0x95e): undefined reference to `ModelicaStandardTables_CombiTable1D_init2'
Change History (3)
comment:1 by , 8 years ago
Cc: | added |
---|
comment:2 by , 8 years ago
Attempt to fix this with PR: https://github.com/OpenModelica/OMCompiler/pull/1576
comment:3 by , 3 years ago
Milestone: | Future → 1.19.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Seems to have been fixed, see simulation log.
I guess these happen because of some updates to MSL tables. Do we have our own ModelicaStandardTables, or we compile the one in the MLS?