<?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のトピックLPC55S69 Multi Core Manager Undefined Reference Error</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Multi-Core-Manager-Undefined-Reference-Error/m-p/2082036#M58084</link>
    <description>&lt;P&gt;When creating a new project from scratch, I add the mcmgr module using the wizard. Then after doing so I run into Undefined Reference Errors.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#include "mcmgr.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(void)MCMGR_EarlyInit();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(void)MCMGR_Init();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Simply calling either of these two functions creates many undefined reference errors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Again this is from a new file, I've checked the includes section in the properties and the mcmgr folder is selected, and I can't find any difference between the properties of this project and one of the mcmgr sdk examples.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And just another quick question, most of the SDK examples use&amp;nbsp;0x20033000 as the start location of Core 1, is this mandatory? I am using another piece of code that the earliest spot in ram would be at 0x20040000, is this possible to do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Description Resource Path Location Type&lt;BR /&gt;make: *** [makefile:49: all] Error 2 test_ew_gui_animated_list C/C++ Problem&lt;BR /&gt;make[1]: *** [makefile:58: test_ew_gui_animated_list.axf] Error 1 test_ew_gui_animated_list C/C++ Problem&lt;BR /&gt;undefined reference to `g_mcmgrSystem' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:118 C/C++ Problem&lt;BR /&gt;undefined reference to `g_mcmgrSystem' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:143 C/C++ Problem&lt;BR /&gt;undefined reference to `g_mcmgrSystem' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:44 C/C++ Problem&lt;BR /&gt;undefined reference to `g_mcmgrSystem' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:44 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_early_init_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:118 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_get_current_core_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:229 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_get_current_core_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:229 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_late_init_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:143 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_trigger_event_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:44 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_trigger_event_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:44 C/C++ Problem&lt;BR /&gt;undefined reference to `s_mcmgrCoresContext' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:143 C/C++ Problem&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Apr 2025 00:16:14 GMT</pubDate>
    <dc:creator>AveryDauben</dc:creator>
    <dc:date>2025-04-17T00:16:14Z</dc:date>
    <item>
      <title>LPC55S69 Multi Core Manager Undefined Reference Error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Multi-Core-Manager-Undefined-Reference-Error/m-p/2082036#M58084</link>
      <description>&lt;P&gt;When creating a new project from scratch, I add the mcmgr module using the wizard. Then after doing so I run into Undefined Reference Errors.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#include "mcmgr.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(void)MCMGR_EarlyInit();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(void)MCMGR_Init();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Simply calling either of these two functions creates many undefined reference errors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Again this is from a new file, I've checked the includes section in the properties and the mcmgr folder is selected, and I can't find any difference between the properties of this project and one of the mcmgr sdk examples.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And just another quick question, most of the SDK examples use&amp;nbsp;0x20033000 as the start location of Core 1, is this mandatory? I am using another piece of code that the earliest spot in ram would be at 0x20040000, is this possible to do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Description Resource Path Location Type&lt;BR /&gt;make: *** [makefile:49: all] Error 2 test_ew_gui_animated_list C/C++ Problem&lt;BR /&gt;make[1]: *** [makefile:58: test_ew_gui_animated_list.axf] Error 1 test_ew_gui_animated_list C/C++ Problem&lt;BR /&gt;undefined reference to `g_mcmgrSystem' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:118 C/C++ Problem&lt;BR /&gt;undefined reference to `g_mcmgrSystem' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:143 C/C++ Problem&lt;BR /&gt;undefined reference to `g_mcmgrSystem' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:44 C/C++ Problem&lt;BR /&gt;undefined reference to `g_mcmgrSystem' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:44 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_early_init_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:118 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_get_current_core_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:229 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_get_current_core_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:229 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_late_init_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:143 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_trigger_event_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:44 C/C++ Problem&lt;BR /&gt;undefined reference to `mcmgr_trigger_event_internal' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:44 C/C++ Problem&lt;BR /&gt;undefined reference to `s_mcmgrCoresContext' test_ew_gui_animated_list line 0, external location: C:\nxp\MCUXpressoIDE_24.9.25\ide\plugins\com.nxp.mcuxpresso.tools.win32_24.9.0.202407110857\tools\arm-none-eabi\bin\ld.exe: C:\nxp\DEP Final Code\test_ew_gui_animated_list\mcmgr\mcmgr.c:143 C/C++ Problem&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 00:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Multi-Core-Manager-Undefined-Reference-Error/m-p/2082036#M58084</guid>
      <dc:creator>AveryDauben</dc:creator>
      <dc:date>2025-04-17T00:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 Multi Core Manager Undefined Reference Error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Multi-Core-Manager-Undefined-Reference-Error/m-p/2083064#M58093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248824"&gt;@AveryDauben&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have selected the&amp;nbsp;Multi Core Manager.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_0-1744954151599.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/333849i4FC1DD8B085FC663/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_0-1744954151599.png" alt="Harry_Zhang_0-1744954151599.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This can be compiled successfully.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_1-1744954225203.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/333850i9BE5108171FCA45D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_1-1744954225203.png" alt="Harry_Zhang_1-1744954225203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can test it.&lt;/P&gt;
&lt;P&gt;And i think you can also refer to the multicore manager demo.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_2-1744954293423.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/333851i9994D2A2CBFDBC18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_2-1744954293423.png" alt="Harry_Zhang_2-1744954293423.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 05:32:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Multi-Core-Manager-Undefined-Reference-Error/m-p/2083064#M58093</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-04-18T05:32:40Z</dc:date>
    </item>
  </channel>
</rss>

