<?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>MCUXpresso IDEのトピックRe: Undefiend References to ff.h functions</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091269#M6024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it &lt;/P&gt;&lt;P&gt;FF_FS_READONLY need to be 0 and&lt;/P&gt;&lt;P&gt;FF_USE_CHMOD need to be 1 witch he was to 0 then it complile. thx for your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2020 23:09:06 GMT</pubDate>
    <dc:creator>claudecdg66</dc:creator>
    <dc:date>2020-07-30T23:09:06Z</dc:date>
    <item>
      <title>Undefiend References to ff.h functions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091265#M6020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi im using the fatfs library and i get those undefiend references to the ff.c functions in usb_msd_fatfs.c&lt;/P&gt;&lt;P&gt;I know its an easy fix but i just can't find out why it dosent work. im using mcuexpressoIDE 11.1.2_4120 and latest SDK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2020 21:27:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091265#M6020</guid>
      <dc:creator>claudecdg66</dc:creator>
      <dc:date>2020-07-26T21:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Undefiend References to ff.h functions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091266#M6021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Claude,&lt;/P&gt;&lt;P&gt;Hope you are doing well.&lt;/P&gt;&lt;P&gt;I've checked your project and it seems that all your files have been added and linked properly, so it is strange that you are getting this error. Could you please try importing the host_msd_fatfs project and copy the extra files from your application to this folder. If possible build the project when you add and link a folder so you can identify if any other file is causing an issue.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sabina&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 14:30:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091266#M6021</guid>
      <dc:creator>Sabina_Bruce</dc:creator>
      <dc:date>2020-07-29T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Undefiend References to ff.h functions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091267#M6022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;most of the file come directly for the example msd project. I think i already had this problem and the quick fix was to put all fatfs file into the source folder but now i cant do that cause fatfs files are linked to the sdk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 21:56:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091267#M6022</guid>
      <dc:creator>claudecdg66</dc:creator>
      <dc:date>2020-07-29T21:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Undefiend References to ff.h functions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091268#M6023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure how moving files and folders would have fixed the same issue since the linking problem is actually&amp;nbsp;triggered by conditional compilation. If you'll inspect closely ff.c, you'll notice that f_chmod&amp;nbsp;and f_utime are guarded by:&amp;nbsp;#if FF_USE_CHMOD &amp;amp;&amp;amp; !FF_FS_READONLY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fix the linking issue, you'll need to adjust configuration parameters for FatFS - see ffconf.h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;BR /&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 07:15:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091268#M6023</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2020-07-30T07:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Undefiend References to ff.h functions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091269#M6024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it &lt;/P&gt;&lt;P&gt;FF_FS_READONLY need to be 0 and&lt;/P&gt;&lt;P&gt;FF_USE_CHMOD need to be 1 witch he was to 0 then it complile. thx for your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 23:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefiend-References-to-ff-h-functions/m-p/1091269#M6024</guid>
      <dc:creator>claudecdg66</dc:creator>
      <dc:date>2020-07-30T23:09:06Z</dc:date>
    </item>
  </channel>
</rss>

