Problem: warning: "RT" redefined
显示 更早的评论
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?
Re_Vi
2011-9-1
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!