<?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>LPC MicrocontrollersのトピックRe: dLAN_greenphy_sdk-LPC1758-Code_BUILD_ERROR</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2054426#M57798</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/247480"&gt;@Charanmakkar_navtech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usage&lt;BR /&gt;Download the repository, following the Clone or download button's instructions above.&lt;/P&gt;
&lt;P&gt;Import the project into MCUXpresso:&lt;/P&gt;
&lt;P&gt;In MCUXpresso create a new workspace and open the File-&amp;gt;Import dialogue.&lt;BR /&gt;Select General/Existing Projects into Workspace import wizard and click next.&lt;BR /&gt;If you downloaded the SDK as .zip, select it in the Select archive file input, if you got it by git clone use the Select root directory input.&lt;BR /&gt;Leave all projects marked for import and click Finish.&lt;/P&gt;
&lt;DIV id="tinyMceEditorHarry_Zhang_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snipaste_2025-03-03_14-27-51.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/326423iC610C37F50BC60E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Snipaste_2025-03-03_14-27-51.png" alt="Snipaste_2025-03-03_14-27-51.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I can successfully compile it.&lt;/P&gt;
&lt;P&gt;So I think you can create a new workspace and compile it.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2025 06:30:38 GMT</pubDate>
    <dc:creator>Harry_Zhang</dc:creator>
    <dc:date>2025-03-03T06:30:38Z</dc:date>
    <item>
      <title>dLAN_greenphy_sdk-LPC1758-Code_BUILD_ERROR</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2053831#M57787</link>
      <description>&lt;DIV&gt;I recently bought the "dLAN® Green PHY eval board II" with the "#dLAN® Green PHY module".&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found an SDK link in Documents available on website, but that code is giving me an error while building in NXP IDE,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;git :&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;&lt;U&gt;&lt;A href="https://github.com/devolo/dlan-greenphy-sdk" target="_blank" rel="noopener"&gt;https://github.com/devolo/dlan-greenphy-sdk&lt;/A&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP IDLE : MCUXpresso IDE v24.12 [Build 148] [2025-01-10]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Python Libs Installed, Python: 3.13 (latest) with all Libs installed&lt;BR /&gt;Paths added to Environment&amp;nbsp;&lt;BR /&gt;OS : Windows 10&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;ERROR : C:\Users\Charanpreet Singh\Downloads\dlan-greenphy-sdk-master\Libraries\Debug/../FreeRTOS-Plus-TCP-multi-master/source/portable/FileS&lt;U&gt;ystem/httpd-fs/httpd-fs.c:93:&lt;/U&gt;(.text.httpd_fs_open+0x50):&amp;nbsp;&lt;U&gt;undefined reference to `fs_root'&lt;/U&gt;&lt;STRONG&gt;&lt;U&gt;&lt;BR /&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;BR /&gt;All the instructions followed, given in the Readme file of Git Repo.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;If I am building only Libraries directory project, by right clicking on Libraries in project explorer, it builds,&lt;BR /&gt;but when trying to build FirmwareStandalone or FirmwareStandaloneTFTP&lt;BR /&gt;getting this issue&lt;BR /&gt;Tried multiple time after cleaning the projects as well&lt;BR /&gt;Checked the Linked folders as well&lt;BR /&gt;Checked directories are added to path of Windows Environment as well&lt;BR /&gt;&lt;BR /&gt;Anyone who can help ! support will be appreciated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;LOG : FirmwareStandalone&lt;BR /&gt;""""&lt;BR /&gt;18:31:29 **** Build of configuration Debug for project FirmwareStandalone ****&lt;BR /&gt;make -r -j8 all&lt;BR /&gt;Building file: ../src/cr_startup_lpc175x_6x.c&lt;BR /&gt;Building file: ../src/crp.c&lt;BR /&gt;Invoking: MCU C Compiler&lt;BR /&gt;Invoking: MCU C Compiler&lt;BR /&gt;arm-none-eabi-gcc -DCORE_M3 -D__USE_LPCOPEN -D__REDLIB__ -D__CODE_RED -D__LPC17XX__ -DDEBUG -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\ClickboardConfig" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\Clickboards\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\HTTP\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\FreeRTOS\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\SaveConfig" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Configuration" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\portable\FileSystem\httpd-fs" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\protocols\include" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\portable\Compiler\GCC" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\include" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\dLAN_Green_PHY_eval_board\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\lpc_chip_175x_6x\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOSv10.4.1\portable\GCC\ARM_CM3" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOSv10.4.1\include" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="../src/"= -mcpu=cortex-m3 -mthumb -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/cr_startup_lpc175x_6x.d" -MT"src/cr_startup_lpc175x_6x.o" -MT"src/cr_startup_lpc175x_6x.d" -o "src/cr_startup_lpc175x_6x.o" "../src/cr_startup_lpc175x_6x.c"&lt;BR /&gt;Building file: ../src/main.c&lt;BR /&gt;arm-none-eabi-gcc -DCORE_M3 -D__USE_LPCOPEN -D__REDLIB__ -D__CODE_RED -D__LPC17XX__ -DDEBUG -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\ClickboardConfig" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\Clickboards\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\HTTP\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\FreeRTOS\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\SaveConfig" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Configuration" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\portable\FileSystem\httpd-fs" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\protocols\include" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\portable\Compiler\GCC" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\include" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\dLAN_Green_PHY_eval_board\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\lpc_chip_175x_6x\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOSv10.4.1\portable\GCC\ARM_CM3" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOSv10.4.1\include" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="../src/"= -mcpu=cortex-m3 -mthumb -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/crp.d" -MT"src/crp.o" -MT"src/crp.d" -o "src/crp.o" "../src/crp.c"&lt;BR /&gt;Invoking: MCU C Compiler&lt;BR /&gt;arm-none-eabi-gcc -DCORE_M3 -D__USE_LPCOPEN -D__REDLIB__ -D__CODE_RED -D__LPC17XX__ -DDEBUG -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\ClickboardConfig" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\Clickboards\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\HTTP\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\FreeRTOS\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\SaveConfig" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Configuration" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\portable\FileSystem\httpd-fs" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\protocols\include" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\portable\Compiler\GCC" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\include" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\dLAN_Green_PHY_eval_board\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\lpc_chip_175x_6x\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOSv10.4.1\portable\GCC\ARM_CM3" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOSv10.4.1\include" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="../src/"= -mcpu=cortex-m3 -mthumb -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/main.d" -MT"src/main.o" -MT"src/main.d" -o "src/main.o" "../src/main.c"&lt;BR /&gt;Building file: ../src/sysinit.c&lt;BR /&gt;Invoking: MCU C Compiler&lt;BR /&gt;arm-none-eabi-gcc -DCORE_M3 -D__USE_LPCOPEN -D__REDLIB__ -D__CODE_RED -D__LPC17XX__ -DDEBUG -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\ClickboardConfig" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\Clickboards\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\HTTP\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\FreeRTOS\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\SaveConfig" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Configuration" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\portable\FileSystem\httpd-fs" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\protocols\include" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\source\portable\Compiler\GCC" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOS-Plus-TCP-multi-master\include" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\dLAN_Green_PHY_eval_board\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\lpc_chip_175x_6x\inc" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOSv10.4.1\portable\GCC\ARM_CM3" -I"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\FreeRTOSv10.4.1\include" -O0 -fno-common -g3 -gdwarf-4 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="../src/"= -mcpu=cortex-m3 -mthumb -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/sysinit.d" -MT"src/sysinit.o" -MT"src/sysinit.d" -o "src/sysinit.o" "../src/sysinit.c"&lt;BR /&gt;Finished building: ../src/crp.c&lt;BR /&gt;Finished building: ../src/cr_startup_lpc175x_6x.c&lt;/P&gt;&lt;P&gt;Finished building: ../src/main.c&lt;BR /&gt;Finished building: ../src/sysinit.c&lt;/P&gt;&lt;P&gt;Building target: FirmwareStandalone.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -L"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Applications\Debug" -L"C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\Debug" -Xlinker -Map="FirmwareStandalone.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -mcpu=cortex-m3 -mthumb -T FirmwareStandalone_Debug.ld -o "FirmwareStandalone.axf" ./src/cr_startup_lpc175x_6x.o ./src/crp.o ./src/main.o ./src/sysinit.o -Wl,--whole-archive -Wl,--no-whole-archive -lApplications -lLibraries&lt;BR /&gt;C:/nxp/MCUXpressoIDE_24.12.148/ide/plugins/com.nxp.mcuxpresso.tools.win32_24.12.0.202407110909/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\Debug\libLibraries.a(httpd-fs.o): in function `httpd_fs_open':&lt;/P&gt;&lt;P&gt;C:\Users\Charanpreet Singh\Documents\MCUXpressoIDE_24.12.148\workspace\Libraries\Debug/../FreeRTOS-Plus-TCP-multi-master/source/portable/FileSystem/httpd-fs/httpd-fs.c:93:(.text.httpd_fs_open+0x50): undefined reference to `fs_root'&lt;/P&gt;&lt;P&gt;Memory region Used Size Region Size %age Used&lt;BR /&gt;MFlash512: 110480 B 512 KB 21.07%&lt;BR /&gt;RamLoc32: 27540 B 32 KB 84.05%&lt;BR /&gt;RamAHB32: 30848 B 32 KB 94.14%&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make[1]: *** [makefile:49: FirmwareStandalone.axf] Error 1&lt;BR /&gt;make: *** [makefile:35: all] Error 2&lt;BR /&gt;"make -r -j8 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;18:31:30 Build Failed. 3 errors, 0 warnings. (took 661ms)&lt;BR /&gt;""""&lt;BR /&gt;&lt;BR /&gt;#dlan #devolo #green_phy_module #PLC #dLAN&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Feb 2025 14:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2053831#M57787</guid>
      <dc:creator>Charanmakkar_navtech</dc:creator>
      <dc:date>2025-02-28T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: dLAN_greenphy_sdk-LPC1758-Code_BUILD_ERROR</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2054426#M57798</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/247480"&gt;@Charanmakkar_navtech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usage&lt;BR /&gt;Download the repository, following the Clone or download button's instructions above.&lt;/P&gt;
&lt;P&gt;Import the project into MCUXpresso:&lt;/P&gt;
&lt;P&gt;In MCUXpresso create a new workspace and open the File-&amp;gt;Import dialogue.&lt;BR /&gt;Select General/Existing Projects into Workspace import wizard and click next.&lt;BR /&gt;If you downloaded the SDK as .zip, select it in the Select archive file input, if you got it by git clone use the Select root directory input.&lt;BR /&gt;Leave all projects marked for import and click Finish.&lt;/P&gt;
&lt;DIV id="tinyMceEditorHarry_Zhang_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snipaste_2025-03-03_14-27-51.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/326423iC610C37F50BC60E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Snipaste_2025-03-03_14-27-51.png" alt="Snipaste_2025-03-03_14-27-51.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I can successfully compile it.&lt;/P&gt;
&lt;P&gt;So I think you can create a new workspace and compile it.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 06:30:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2054426#M57798</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-03-03T06:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: dLAN_greenphy_sdk-LPC1758-Code_BUILD_ERROR</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2054515#M57800</link>
      <description>thanks Harry, for trying it and replying to my query.&lt;BR /&gt;&lt;BR /&gt;I can see you tried to build "Application" project&lt;BR /&gt;but, the issue i am facing is with "FirmwareStandalone" or "FirmwareStandaloneTFTP".&lt;BR /&gt;&lt;BR /&gt;I followed the exact same steps to import and build the code earlier, got this error. Anyways tried again, by creating fresh workspace and importing sdk from zip again and compiled. Still getting same error for "FirmwareStandalone" and "FirmwareStandaloneTFTP".&lt;BR /&gt;&lt;BR /&gt;As per readme of SDK, we need to use "FirmwareStandalone" or "FirmwareStandaloneTFTP" as sample codes.&lt;BR /&gt;&lt;BR /&gt;please try building "FirmwareStandalone" or "FirmwareStandaloneTFTP" and let me know if they work for you !&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Charan</description>
      <pubDate>Mon, 03 Mar 2025 08:08:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2054515#M57800</guid>
      <dc:creator>Charanmakkar_navtech</dc:creator>
      <dc:date>2025-03-03T08:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: dLAN_greenphy_sdk-LPC1758-Code_BUILD_ERROR</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2055403#M57814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/247480"&gt;@Charanmakkar_navtech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, this project is not officially maintained by us.&lt;/P&gt;
&lt;P&gt;You can seek help through the GitHub link.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 09:34:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2055403#M57814</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-03-04T09:34:14Z</dc:date>
    </item>
  </channel>
</rss>

