Problem: warning: "RT" redefined
5 ビュー (過去 30 日間)
古いコメントを表示
Hi
I am using embedded coder to generate a makfile project for a remote linux real-time target. When I add a SFunction block to my model and use the exact code provided in "writting wrapper S-functions" page of the Matlab documentation, I get the following warnings several times from the remote gcc on the target:
warning: "RT" redefined
warning: this is the location of the previous definition
warning: "USE_RTMODEL" redefined
In the generated make-file, RT and USE_RTMODEL are defined twice! I wonder if anyone could help how I can avoid these kind of warnings. Here is some more information:
- My host is windows and the target is linux
- I use idelink_ert and Makefile for build format(Matlab R2011a)
- I use remote_gcc and remoteBuild function to transfer and build the generated code.
Thanks
2 件のコメント
Kaustubha Govind
2011 年 8 月 29 日
I'm not familiar with remote_gcc and remoteBuild - are these third-party products (ie, not from MathWorks)? I am not aware of any MathWorks product that can generate makefiles for a Linux target on a Windows host. It looks like the issue is coming from the product that does the Linux makefile generation. Does the Windows makefile generate correctly?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deployment, Integration, and Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!