Opened 7 years ago

#4506 new defect

Generating FMU C library with MSVC compiler is broken (RUNTIMEDIR not interpreted)

Reported by: anonymous Owned by: somebody
Priority: high Milestone: Future
Component: *unknown* Version:
Keywords: Cc:

Description

Using OpenModelica from git. I have tried to generate a FMU package with C language and MSVC compiler options, both through command line OMCompiler and OMEdit.

Both return similar messages:

[2] 13:05:05 Translation Error
Error building simulator. Build log:  
Microsoft (R) Program Maintenance Utility Version 14.00.23506.0 
Copyright (C) Microsoft Corporation.  All rights reserved. 
 
test_FMU.makefile(5) : fatal error U1052: file '$(RUNTIMEDIR)/Makefile.objs' not found 
Stop. 
RESULT: 2

It looks like RUNTIMEDIR variable from the makefile is not being unwrapped correctly.

Change History (0)

Note: See TracTickets for help on using tickets.