"Fatel Error in dll generation"

1 view (last 30 days)
vinothkannan K
vinothkannan K on 3 Jun 2013
Hello all,
Am trying to generate dll for simulink model by using shared library ert_shrlib , when i build the model it gives the error as
Fatal: Unable to open file 'GCOMPONENTPRODUCT.OBJ'
  2 Comments
Walter Roberson
Walter Roberson on 3 Jun 2013
Is that one of your files or block names or model names, GCOMPONENTPRODUCT ?
Is it possibly giving an error before that, such as an error during compilation?
Did you use install a compiler and use
mex -setup
to tell MATLAB which compiler you are using?
vinothkannan K
vinothkannan K on 3 Jun 2013
@Walter Roberson : Thanks for your support, issue is solved now.... it is because of path problem....

Sign in to comment.

Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!