<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RSDK code causing build errors - RTP  in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/RSDK-code-causing-build-errors-RTP/m-p/1021982#M1477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Build problems with the RSDK- the systems wants to include RTP protocol. Don't want it didn't ask for it. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Rsdk_rpt.c is causing compile errors with “void InitRtp(char *ipAddress, uint16_t port)”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;invalid use of undefined type 'struct sockaddr_in'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;error: 'AF_INET' undeclared (first use in this function)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;error: 'INADDR_ANY' undeclared (first use in this function)...etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I’m not sure why there is a problem since the header file that defines the error symbols is included. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Rsdk_rpt.c &amp;nbsp;Line 37 ”&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt;"&gt;#include "lwip/sockets.h" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I delete the file and it come back on the next build. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I don’t need RTP but can’t figure how to permanently disable it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I have tried removing “USE_RTP_OVER_LWIP” from the Preprocessor setting but the system keep putting it back.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I can build without errors if i delete “USE_RTP_OVER_LWIP”, but as soon as I try to debug the systems rebuilds and puts it back into the build system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Is there some menu/page that allows for RSDK configuration to control these auto generated settings&amp;nbsp; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;How do I fix this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2019 23:41:10 GMT</pubDate>
    <dc:creator>markthompson170</dc:creator>
    <dc:date>2019-12-06T23:41:10Z</dc:date>
    <item>
      <title>RSDK code causing build errors - RTP</title>
      <link>https://community.nxp.com/t5/S32-SDK/RSDK-code-causing-build-errors-RTP/m-p/1021982#M1477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Build problems with the RSDK- the systems wants to include RTP protocol. Don't want it didn't ask for it. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Rsdk_rpt.c is causing compile errors with “void InitRtp(char *ipAddress, uint16_t port)”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;invalid use of undefined type 'struct sockaddr_in'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;error: 'AF_INET' undeclared (first use in this function)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;error: 'INADDR_ANY' undeclared (first use in this function)...etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I’m not sure why there is a problem since the header file that defines the error symbols is included. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Rsdk_rpt.c &amp;nbsp;Line 37 ”&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt;"&gt;#include "lwip/sockets.h" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I delete the file and it come back on the next build. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I don’t need RTP but can’t figure how to permanently disable it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I have tried removing “USE_RTP_OVER_LWIP” from the Preprocessor setting but the system keep putting it back.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;I can build without errors if i delete “USE_RTP_OVER_LWIP”, but as soon as I try to debug the systems rebuilds and puts it back into the build system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Is there some menu/page that allows for RSDK configuration to control these auto generated settings&amp;nbsp; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;How do I fix this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 23:41:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/RSDK-code-causing-build-errors-RTP/m-p/1021982#M1477</guid>
      <dc:creator>markthompson170</dc:creator>
      <dc:date>2019-12-06T23:41:10Z</dc:date>
    </item>
  </channel>
</rss>

