<?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>LayerscapeのトピックDPDK App build through Codewarrior IDE</title>
    <link>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1409289#M10000</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with LS1046ARDB Evaluation Board to develop a network based application. I have started my project with Flex-builder and Codewarrior. Through Flex-builder i have created a boot images and booted the board through SD card. For debugging the application, nxp recommended the Codewarrior IDE. I have installed the Codewarrior with service pack by referring the "Getting_Started_for_CW_ARMv8.pdf" &amp;amp; "Service_Pack_Updater_Quickstart.pdf". After i have started to build the application for&amp;nbsp;LS1046ARDB board by referring the "ARMv8_Targeting_Manual.pdf". Now i want to build and debug the dpdk application through codewarrior. How to import the flex-builder sysroot to codewarrior to build the dpdk applications, i have tried this document sections "ARMv8_Targeting_Manual.pdf --&amp;gt; 8.2.2.3 Using sysroot", here it is mentioned for debug purpose only, able to build dpdk apps through this method?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have shared the images of codewarrior for your reference. I am planning to buy codewarrior license to build and debug the dpdk apps for my project.&lt;/P&gt;&lt;P&gt;PFA.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 06 Feb 2022 19:40:36 GMT</pubDate>
    <dc:creator>Sakthi</dc:creator>
    <dc:date>2022-02-06T19:40:36Z</dc:date>
    <item>
      <title>DPDK App build through Codewarrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1409289#M10000</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with LS1046ARDB Evaluation Board to develop a network based application. I have started my project with Flex-builder and Codewarrior. Through Flex-builder i have created a boot images and booted the board through SD card. For debugging the application, nxp recommended the Codewarrior IDE. I have installed the Codewarrior with service pack by referring the "Getting_Started_for_CW_ARMv8.pdf" &amp;amp; "Service_Pack_Updater_Quickstart.pdf". After i have started to build the application for&amp;nbsp;LS1046ARDB board by referring the "ARMv8_Targeting_Manual.pdf". Now i want to build and debug the dpdk application through codewarrior. How to import the flex-builder sysroot to codewarrior to build the dpdk applications, i have tried this document sections "ARMv8_Targeting_Manual.pdf --&amp;gt; 8.2.2.3 Using sysroot", here it is mentioned for debug purpose only, able to build dpdk apps through this method?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have shared the images of codewarrior for your reference. I am planning to buy codewarrior license to build and debug the dpdk apps for my project.&lt;/P&gt;&lt;P&gt;PFA.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Feb 2022 19:40:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1409289#M10000</guid>
      <dc:creator>Sakthi</dc:creator>
      <dc:date>2022-02-06T19:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK App build through Codewarrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1412282#M10027</link>
      <description>&lt;P&gt;Please build your DPDK application in flex-bulder environment, then import the ELF file into CodeWarrior IDE to create a Linux application debug project.&lt;/P&gt;
&lt;P&gt;Please refer to DPDK application examples/l2fwd, please create Makefile and&amp;nbsp;meson.build for your own application.&lt;/P&gt;
&lt;P&gt;I assume that you debug DPDK application&amp;nbsp;l2fwd. After build DPDK with command "flex-builder -c dpdk -a arm64", you could get the ELF file in&amp;nbsp;examples/l2fwd/build/l2fwd.&lt;/P&gt;
&lt;P&gt;Please import&amp;nbsp;l2fwd in CodeWarrior IDE from File-&amp;gt;Import-&amp;gt;C/C++-&amp;gt;CodeWarrior Executable Importer to create a Linux Application debug project.&lt;/P&gt;
&lt;P&gt;Then open panel from Run-&amp;gt;Debug Configuration-&amp;gt;C/C++ Remote Application-&amp;gt;Debug_l2fwd-&amp;gt;Main, please configuration "Connection" as "Remote Host", Click "Edit" to edit the connection to configure IP address and user name of the target board.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 07:44:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1412282#M10027</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-02-11T07:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK App build through Codewarrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1413209#M10038</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your response. I have two queries, can you please guide me.&lt;/P&gt;&lt;P&gt;Q1: I have build the l2fwd application in flex-build and import the elf file in codewarrior to create linux debug application is done. Remote debugging in Codewarrior IDE requires Codewarrior TAP(JTAG Debugger) or not? I have already installed the gdbserver package in LS1046ARDB&amp;nbsp;board and debug the LS1046ARDB board through the gdb-multiarch in developer system by referring this nxp community page &lt;A href="https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/td-p/1230155" target="_self"&gt;DPDK in code warrior IDE&lt;/A&gt;. By using the gdbserver on LS1046ARDB board how to debug the linux app from codewarrior IDE?&lt;/P&gt;&lt;P&gt;Q2: If i have updated the l2fwd code means, i will generate the new elf, then i need to create a new debug project or can i update this latest elf file in existing debug project?(If able to update in existing project means let me know how to do)&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 17:46:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1413209#M10038</guid>
      <dc:creator>Sakthi</dc:creator>
      <dc:date>2022-02-14T17:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK App build through Codewarrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1416615#M10095</link>
      <description>&lt;P&gt;Q1, Ethernet connection is needed,&amp;nbsp;&lt;SPAN&gt;JTAG Debugger is not required.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to section "8.2.2.2 Updating remote connection" in&amp;nbsp;C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\PDF\ARMv8_Targeting_Manual.pdf do configuration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Q2, you need to import the new elf in CodeWarrior IDE to create a new CW project.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 08:47:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1416615#M10095</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-02-21T08:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK App build through Codewarrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1418768#M10118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your valuable response. I have few more queries.&lt;/P&gt;&lt;P&gt;Q1: Now i am working in l2fwd application, i was able to build the app through flex-builder. Then i import the .elf file in codewarrior to create debug project. I used the ethernet connection to debug my l2fwd app from codewarrior IDE, it's working fine. But i have a query about the codewarrior TAP and codewarrior IDE license. Now i am able to debug the userspace application without the codewarrior TAP support. For this user space application debug in codewarrior IDE through ethernet connection requires license of codewarrior IDE or not?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q2: By using the Codewarrior TAP able to do lot of features mentioned here&amp;nbsp;&lt;A href="https://www.nxp.com/design/software/development-software/codewarrior-development-tools/run-control-devices/codewarrior-tap:CW_TAP" target="_self"&gt;CodeWarrior® TAP | NXP Semiconductors.&lt;/A&gt;&amp;nbsp;Without this TAP, now i am able to debug the userspace application through ethernet connection with gdbserver installed in LS1046ARDB.&amp;nbsp;Other features mentioned above are able to do without this TAP?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 04:12:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1418768#M10118</guid>
      <dc:creator>Sakthi</dc:creator>
      <dc:date>2022-02-24T04:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK App build through Codewarrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1418805#M10119</link>
      <description>&lt;P&gt;Q1. CodeWarrior license is not required.&lt;/P&gt;
&lt;P&gt;Q2. You could use CMSIS DAP to do CodeWarrior debugging instead of CodeWarrior TAP.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 05:41:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-App-build-through-Codewarrior-IDE/m-p/1418805#M10119</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-02-24T05:41:18Z</dc:date>
    </item>
  </channel>
</rss>

