<?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>LPCXpresso IDEのトピックIdentifier Problem</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533839#M3801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rithus on Sat Apr 12 01:00:53 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, does anyone know the solution of problem. This error was prompt on the debugged side of the lib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; * @brief Boolean Type definition&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; */&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;[u]typedef enum {FALSE = 0, TRUE = !FALSE} Bool;[/u]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/**&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Console screen:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;new workspace\Lib_MCU\inc/lpc_types.h:45: error: expected identifier before '(' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [src/usbcontrol.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have also attach an image of the error shown.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:46:15 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:46:15Z</dc:date>
    <item>
      <title>Identifier Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533839#M3801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rithus on Sat Apr 12 01:00:53 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, does anyone know the solution of problem. This error was prompt on the debugged side of the lib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; * @brief Boolean Type definition&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; */&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;[u]typedef enum {FALSE = 0, TRUE = !FALSE} Bool;[/u]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/**&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Console screen:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;new workspace\Lib_MCU\inc/lpc_types.h:45: error: expected identifier before '(' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [src/usbcontrol.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have also attach an image of the error shown.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533839#M3801</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533840#M3802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rithus on Sat Apr 12 01:10:34 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The whole error msg is shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -DDEBUG -D__USE_CMSIS=Lib_CMSISv1p30_LPC17xx -D__CODE_RED -D__REDLIB__ -I"C:\Users\HW\Desktop\new workspace\RDB1768cmsis_usbstack\inc" -I"C:\Users\HW\Desktop\new workspace\Lib_MCU\inc" -I"C:\Users\HW\Desktop\new workspace\Lib_CMSISv1p30_LPC17xx\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"src/usbcontrol.d" -MT"src/usbcontrol.d" -o"src/usbcontrol.o" "../src/usbcontrol.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from C:\Users\HW\Desktop\new workspace\RDB1768cmsis_usbstack\inc/usbstruct.h:39,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ../src/usbcontrol.c:57:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\HW\Desktop\new workspace\Lib_MCU\inc/lpc_types.h:45: error: expected identifier before '(' token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [src/usbcontrol.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533840#M3802</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533841#M3803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Sat Apr 12 01:46:36 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you are looking in the wrong place for your error - that line compiles OK for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My guess is that you are missing a ";" on the previous statement (that you have not shown us).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533841#M3803</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533842#M3804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rithus on Sat Apr 12 02:08:28 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi thanks for ur fast reply..this is the code that i am using now..i am not sure is it because i included two similar library that causes this problem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533842#M3804</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533843#M3805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rithus on Sat Apr 12 02:15:41 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also attached my project folder if it helps..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533843#M3805</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533844#M3806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Sat Apr 12 02:52:16 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It is because in type.h, you have&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define FALSE (0)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533844#M3806</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533845#M3807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rithus on Sat Apr 12 03:13:37 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,thanks for your promptly reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am quite new to LPCxpresso so in this case i dont have to declare False=0?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;typedef enum {FALSE , TRUE } Bool; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;really appreciate your help here! thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533845#M3807</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533846#M3808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Sat Apr 12 08:42:19 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not LPCXpresso - it is plain old C.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Get yourself a good C book and learn about pre-processor macros (#define), constants and enums.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:46:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Identifier-Problem/m-p/533846#M3808</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:46:20Z</dc:date>
    </item>
  </channel>
</rss>

