<?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: demo code for nandflash in ffs in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238481#M6689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok David Thanks I ll ping to Martin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jan 2014 05:26:07 GMT</pubDate>
    <dc:creator>adt</dc:creator>
    <dc:date>2014-01-18T05:26:07Z</dc:date>
    <item>
      <title>demo code for nandflash in ffs</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238477#M6685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I want to use nandflash demo code in gcc c instead of gcc c++ I followed the steps given in &lt;A _jive_internal="true" data-containerid="2023" data-containertype="14" data-objectid="308605" data-objecttype="1" href="https://community.nxp.com/thread/308605"&gt;Creating and compiling library project (FFS) in MQX 4.0.1 and CW10.4&lt;/A&gt; since I am using TWRK60F120M board I done the respective changes and able to get valid library ffs.a.&lt;/P&gt;&lt;P&gt;but when I created new project and added demo.c code I am getting error for _io__nandflash_wl_install() as undefined reference.&lt;/P&gt;&lt;P&gt;I am attaching the code. Please somebody help me to trace out what setting is missing in this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338440"&gt;twrk60_ffs_demo.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 10:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238477#M6685</guid>
      <dc:creator>adt</dc:creator>
      <dc:date>2014-01-16T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: demo code for nandflash in ffs</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238478#M6686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ADT,&lt;/P&gt;&lt;P&gt;The FFS does contain C++ code so I don't know how it would compile using a "C" only compiler.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 21:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238478#M6686</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-01-16T21:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: demo code for nandflash in ffs</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238479#M6687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thanks for the reply. I tried the demo code which is in c++ and its working fine I am able to read,write to nandflash but I am facing problem when I am using the functions of ffs in my application code which is in gcc I am getting error as undefined reference to _io_nandflash_wl_install. for this reason only I am trying demo code in gcc and got same response and when I checked &lt;A href="https://community.nxp.com/message/335206"&gt;Creating and compiling library project (FFS) in MQX 4.0.1 and CW10.4&lt;/A&gt; this link here code ffs.zip is attached in which demo code is done in gcc compiler. when I build the same code I am getting .elf file successfully but when I am creating new project with the same settings I got undefined reference error.&lt;/P&gt;&lt;P&gt;Please help me to remove this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 04:04:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238479#M6687</guid>
      <dc:creator>adt</dc:creator>
      <dc:date>2014-01-17T04:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: demo code for nandflash in ffs</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238480#M6688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ADT,&lt;/P&gt;&lt;P&gt;From that post and a quick look at the ffs.zip it seems that the ffs library was compiled with c++ but the example project was "C" based and linked to the ffs.a library OK.&amp;nbsp; You might review how he setup the application project.&lt;/P&gt;&lt;P&gt;You can ping Martin on that post to verify. @Martin.Latal&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 19:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238480#M6688</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-01-17T19:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: demo code for nandflash in ffs</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238481#M6689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok David Thanks I ll ping to Martin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 05:26:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/demo-code-for-nandflash-in-ffs/m-p/238481#M6689</guid>
      <dc:creator>adt</dc:creator>
      <dc:date>2014-01-18T05:26:07Z</dc:date>
    </item>
  </channel>
</rss>

