s-function link error when build for rtw, dspace ?

조회 수: 4 (최근 30일)
Myunghee
Myunghee 2013년 8월 22일
댓글: Hedi BASBAS 2021년 1월 15일
I got a third party library and I would like to use it. I made a s-function to use the library, and it was compiled well when I typed mex sfuntest.c my_alg.c threeSpace.lib and I could use in simulink.
But, when I implemented the function in the simulink for rtw and build model for dSpace (xPC, stand alone) I got an link error as shown below.
---------------------------------------------
LINKING APPLICATION ... < lnkppc > (E) #A0368-D Unresolved external: createTSDevice (first referenced in module: my_alg.o04) getFirstAvailableTSSComPort (first referenced in module: my_alg.o04) Errors: 1, Warnings: 0 -- call "C:\PPCTools37\BIN\lnkppc.exe" -QmsA0407 -QmsA0314 -QmeA0307 -QmeA0329 -m..\untitled.map -o ..\untitled.ppc -c _tmp_untitled.lk LINKING FAILED (1)
-------------------------------------------------
I modifed *usr.mk file to inlcude the myal.c and threeSpace.lib. How could I solve this problem?
My one concern is that the library is dynamic library. Can it be a problem? Thank you for your help in advance!
Myunghee Kim

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 8월 22일
To add custom S-function related build rules for code generation, you need to implement a rtwmakecfg.m file and place it in the same folder as the S-function.
  댓글 수: 3
Anna Waszkiel
Anna Waszkiel 2017년 9월 27일
Hello, did You manage to fix this error? I am facing quite the same problem. Anna
Hedi BASBAS
Hedi BASBAS 2021년 1월 15일
Hi, I have also the same problem. anyone solve it ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by