Changes between Version 1 and Version 4 of Ticket #5136


Ignore:
Timestamp:
2018-09-22T21:01:21Z (7 years ago)
Author:
massimo ceraolo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5136

    • Property Component *unknown*New Instantiation
    • Property Milestone 1.13.02.0.0
    • Property Owner changed from somebody to Per Östlund
    • Property Priority blockernormal
    • Property Summary Tables with data from files do not work anymore on WindowsTables with data from files not working with NF
  • Ticket #5136 – Description

    v1 v4  
    1 The model Table.mo does not simulate anymore in Windows using:
    2 
    3 {{{
    4 OMEdit v1.13.0-dev-208-g609455ac (64-bit)
    5 Connected to v1.13.0-dev-934-g0cdd3ea6a (64-bit)
    6 Connected to OMSimulator v2.0.0-dev-653-g924d35a-mingw
    7 }}}
    8 It does simulate in Linux using:
    9 {{{
    10 OMEdit 1.13.0~dev-208-g609455a
    11 Connected to OpenModelica 1.13.0~dev-1466-g8e05386
    12 Connected to OMSimulator HEAD-HASH-NOTFOUND-linux
    13 }}}
    14 
    15 Under Windows I get the following error message:
    16 
    17 {{{
    18 Test_08bnd.c: In function 'Test_eqFunction_16':
    19 Test_08bnd.c:62:49: error: '$PdriveCyc$Ptable' undeclared (first use in this function)
    20    real_array_create(&tmp1, ((modelica_real*)&((&$PdriveCyc$Ptable)[calc_base_index_dims_subs(2, 0, 2, ((modelica_integer) 1), ((modelica_integer) 1))])), 2, 0, 2);
    21                                                  ^
    22 Test_08bnd.c:62:49: note: each undeclared identifier is reported only once for each function it appears in
    23 <builtin>: recipe for target 'Test_08bnd.o' failed
    24 \tools\msys\mingw64\bin\mingw32-make: *** [Test_08bnd.o] Error 1
    25 \tools\msys\mingw64\bin\mingw32-make: *** Waiting for unfinished jobs....
    26 Compilation process failed. Exited with code 2.
    27 }}}
    28 
    29 
     1the attached table.mo does not simulate with NF.