<?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中的主题 Re: DPDK in code warrior IDE</title>
    <link>https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/m-p/1234282#M7576</link>
    <description>&lt;P&gt;you can do remote debugging with gdb&lt;/P&gt;
&lt;P&gt;Run the GDB server on Target. (if not available - you can get it with sudo apt-get install gdbserver for ubuntu rootfs)&lt;/P&gt;
&lt;P&gt;./gdbserver 192.168.3.104:7000 ./l3fwd -c 0x4 -n 1 --log-level=8 --log-level=dpaa,8 -- -p 0x1 --config="(0,0,2)" -P&lt;/P&gt;
&lt;P&gt;Run the following on host&lt;/P&gt;
&lt;P&gt;/opt/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gdb examples/l3fwd/build/l3fwd&lt;BR /&gt;target remote 192.168.3.176:7000&lt;/P&gt;
&lt;P&gt;run -c 0x4 -n 1 --log-level=8 --log-level=dpaa,8 -- -p 0x1 --config="(0,0,2)" -P&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 10:08:05 GMT</pubDate>
    <dc:creator>hemantagrawal</dc:creator>
    <dc:date>2021-02-22T10:08:05Z</dc:date>
    <item>
      <title>DPDK in code warrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/m-p/1230155#M7517</link>
      <description>&lt;P&gt;I am trying debug dpdk on LS1046ardb through remote debug from code warrior IDE. When i try include the dpdk libraries, I get the following error.&lt;/P&gt;&lt;P&gt;c:/freescale/cw4net_v2019.01/cw_armv8/cross_tools/gcc-linaro-aarch64-linux-gnu-4.9.3/bin/../lib/gcc/aarch64-linux-gnu/4.9.3/../../../../aarch64-linux-gnu/bin/ld.exe: cannot find -lC:/Freescale/dpdk/lib_a/librte_eal.a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 03:41:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/m-p/1230155#M7517</guid>
      <dc:creator>rashmikj</dc:creator>
      <dc:date>2021-02-12T03:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK in code warrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/m-p/1234282#M7576</link>
      <description>&lt;P&gt;you can do remote debugging with gdb&lt;/P&gt;
&lt;P&gt;Run the GDB server on Target. (if not available - you can get it with sudo apt-get install gdbserver for ubuntu rootfs)&lt;/P&gt;
&lt;P&gt;./gdbserver 192.168.3.104:7000 ./l3fwd -c 0x4 -n 1 --log-level=8 --log-level=dpaa,8 -- -p 0x1 --config="(0,0,2)" -P&lt;/P&gt;
&lt;P&gt;Run the following on host&lt;/P&gt;
&lt;P&gt;/opt/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gdb examples/l3fwd/build/l3fwd&lt;BR /&gt;target remote 192.168.3.176:7000&lt;/P&gt;
&lt;P&gt;run -c 0x4 -n 1 --log-level=8 --log-level=dpaa,8 -- -p 0x1 --config="(0,0,2)" -P&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 10:08:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/m-p/1234282#M7576</guid>
      <dc:creator>hemantagrawal</dc:creator>
      <dc:date>2021-02-22T10:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK in code warrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/m-p/1234284#M7577</link>
      <description>&lt;P&gt;Is 192.168.3.104 ip address of PC and 192.168.3.176 ip address of Kit??&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 10:12:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/m-p/1234284#M7577</guid>
      <dc:creator>rashmikj</dc:creator>
      <dc:date>2021-02-22T10:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK in code warrior IDE</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/m-p/1234289#M7580</link>
      <description>&lt;P&gt;yes. gdbserver wait for connectio from the build machine&lt;/P&gt;
&lt;P&gt;build machine(gdb) connects to Target (kit).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 10:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-in-code-warrior-IDE/m-p/1234289#M7580</guid>
      <dc:creator>hemantagrawal</dc:creator>
      <dc:date>2021-02-22T10:17:12Z</dc:date>
    </item>
  </channel>
</rss>

