Problem: warning: "RT" redefined
Ältere Kommentare anzeigen
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 Kommentare
Kaustubha Govind
am 29 Aug. 2011
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
am 1 Sep. 2011
Antworten (0)
Kategorien
Mehr zu Simulink Coder finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!