<?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 Re: lwip port FRDM64 in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/lwip-port-FRDM64/m-p/356001#M1532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok i find where is the complaing. but its excluded by an #if. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#if !NO_SYS&lt;/P&gt;&lt;P&gt;typedef struct mboxHandler{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; msg_queue_handler_t queueHandler;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; semaphore_t _semSync ;&lt;/P&gt;&lt;P&gt;}sys_mbox_t ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef semaphore_t sys_sem_t;&lt;/P&gt;&lt;P&gt;typedef task_handler_t sys_thread_t;&lt;/P&gt;&lt;P&gt;typedef mutex_t sys_mutex_t ;&lt;/P&gt;&lt;P&gt;/*FSL:workaround from lwIP port (1.1.1 to 1.3.1)*/&lt;/P&gt;&lt;P&gt;#define sys_arch_mbox_tryfetch(mbox,msg) \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sys_arch_mbox_fetch(mbox,msg,1)&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2014 20:32:07 GMT</pubDate>
    <dc:creator>Edrianocarlos</dc:creator>
    <dc:date>2014-09-10T20:32:07Z</dc:date>
    <item>
      <title>lwip port FRDM64</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/lwip-port-FRDM64/m-p/356000#M1531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to port lwip stack into a new project. without RTOS.&lt;/P&gt;&lt;P&gt;i was able to solve many inclusion problems. but this time i am getting this problem.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="c++" name="code"&gt;/* For a totally minimal and standalone system, we provide null &amp;nbsp;&amp;nbsp; definitions of the sys_ functions. */ typedef u8_t sys_sem_t; typedef u8_t sys_mutex_t; typedef u8_t sys_mbox_t;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style=""&gt;Description&lt;/TD&gt;&lt;TD style=""&gt;Resource&lt;/TD&gt;&lt;TD style=""&gt;Path&lt;/TD&gt;&lt;TD style=""&gt;Location&lt;/TD&gt;&lt;TD style=""&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style=""&gt;conflicting types for 'sys_mutex_t'&lt;/TD&gt;&lt;TD style=""&gt;sys.h&lt;/TD&gt;&lt;TD style=""&gt;/frdm64f_new/Sources/lwip/src/include/lwip&lt;/TD&gt;&lt;TD style=""&gt;line 46&lt;/TD&gt;&lt;TD style=""&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style=""&gt;conflicting types for 'sys_sem_t'&lt;/TD&gt;&lt;TD style=""&gt;sys.h&lt;/TD&gt;&lt;TD style=""&gt;/frdm64f_new/Sources/lwip/src/include/lwip&lt;/TD&gt;&lt;TD style=""&gt;line 45&lt;/TD&gt;&lt;TD style=""&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style=""&gt;conflicting types for 'sys_mbox_t'&lt;/TD&gt;&lt;TD style=""&gt;sys.h&lt;/TD&gt;&lt;TD style=""&gt;/frdm64f_new/Sources/lwip/src/include/lwip&lt;/TD&gt;&lt;TD style=""&gt;line 47&lt;/TD&gt;&lt;TD style=""&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P style="font-size: 13.6000003814697px;"&gt;Ok i understand that there is a conflict. but i can not find what would be this conflict. this does not occur at the sample project.&lt;/P&gt;&lt;P style="font-size: 13.6000003814697px;"&gt;But i am not using that specific project. As i am trying to built the stack in my project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:25:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/lwip-port-FRDM64/m-p/356000#M1531</guid>
      <dc:creator>Edrianocarlos</dc:creator>
      <dc:date>2014-09-10T20:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: lwip port FRDM64</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/lwip-port-FRDM64/m-p/356001#M1532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok i find where is the complaing. but its excluded by an #if. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#if !NO_SYS&lt;/P&gt;&lt;P&gt;typedef struct mboxHandler{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; msg_queue_handler_t queueHandler;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; semaphore_t _semSync ;&lt;/P&gt;&lt;P&gt;}sys_mbox_t ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef semaphore_t sys_sem_t;&lt;/P&gt;&lt;P&gt;typedef task_handler_t sys_thread_t;&lt;/P&gt;&lt;P&gt;typedef mutex_t sys_mutex_t ;&lt;/P&gt;&lt;P&gt;/*FSL:workaround from lwIP port (1.1.1 to 1.3.1)*/&lt;/P&gt;&lt;P&gt;#define sys_arch_mbox_tryfetch(mbox,msg) \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sys_arch_mbox_fetch(mbox,msg,1)&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:32:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/lwip-port-FRDM64/m-p/356001#M1532</guid>
      <dc:creator>Edrianocarlos</dc:creator>
      <dc:date>2014-09-10T20:32:07Z</dc:date>
    </item>
  </channel>
</rss>

