<?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のトピックLSDK 18.09 for LS2088A</title>
    <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895347#M4168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using LSDK 18.09 for LS2088A processor, we are facing issue while compilation in Ubuntu 18.04 its using JDK 11 but in 11 some of functions are&amp;nbsp;absolute.below is error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-data/../src/vpp-api/java/jvpp-core/io/fd/vpp/jvpp/core/examples/L2AclExample.java:37: error: package javax.xml.bind does not exist&lt;BR /&gt;import javax.xml.bind.DatatypeConverter;&lt;BR /&gt; ^&lt;BR /&gt;/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-data/../src/vpp-api/java/jvpp-core/io/fd/vpp/jvpp/core/examples/L2AclExample.java:123: error: cannot find symbol&lt;BR /&gt; System.out.println("Mask hex: " + DatatypeConverter.printHexBinary(reply.mask));&lt;BR /&gt; ^&lt;BR /&gt; symbol: variable DatatypeConverter&lt;BR /&gt; location: class L2AclExample&lt;BR /&gt;/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-data/../src/vpp-api/java/jvpp-core/io/fd/vpp/jvpp/core/examples/L2AclExample.java:135: error: cannot find symbol&lt;BR /&gt; System.out.println("Match hex: " + DatatypeConverter.printHexBinary(detail.match));&lt;BR /&gt; ^&lt;BR /&gt; symbol: variable DatatypeConverter&lt;BR /&gt; location: class L2AclExample&lt;BR /&gt;3 errors&lt;BR /&gt;1 warning&lt;BR /&gt;Makefile:1265: recipe for target 'jvpp-core/io_fd_vpp_jvpp_core_JVppCoreImpl.h' failed&lt;BR /&gt;make[6]: *** [jvpp-core/io_fd_vpp_jvpp_core_JVppCoreImpl.h] Error 1&lt;BR /&gt;make[6]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root/build-dpaa-aarch64/vpp/vpp-api/java'&lt;BR /&gt;Makefile:7933: recipe for target 'all-recursive' failed&lt;BR /&gt;make[5]: *** [all-recursive] Error 1&lt;BR /&gt;make[5]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root/build-dpaa-aarch64/vpp'&lt;BR /&gt;Makefile:4037: recipe for target 'all' failed&lt;BR /&gt;make[4]: *** [all] Error 2&lt;BR /&gt;make[4]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root/build-dpaa-aarch64/vpp'&lt;BR /&gt;Makefile:686: recipe for target 'vpp-build' failed&lt;BR /&gt;make[3]: *** [vpp-build] Error 2&lt;BR /&gt;make[3]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root'&lt;BR /&gt;/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-data/platforms.mk:20: recipe for target 'install-deb' failed&lt;BR /&gt;make[2]: *** [install-deb] Error 1&lt;BR /&gt;make[2]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root'&lt;BR /&gt;Makefile:105: recipe for target 'vpp' failed&lt;BR /&gt;make[1]: *** [vpp] Error 2&lt;BR /&gt;make[1]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps'&lt;BR /&gt;Makefile:24: recipe for target 'apps' failed&lt;BR /&gt;make: *** [apps] Error 2&lt;BR /&gt;make: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Apr 2019 12:40:10 GMT</pubDate>
    <dc:creator>pradeep_t</dc:creator>
    <dc:date>2019-04-29T12:40:10Z</dc:date>
    <item>
      <title>LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895347#M4168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using LSDK 18.09 for LS2088A processor, we are facing issue while compilation in Ubuntu 18.04 its using JDK 11 but in 11 some of functions are&amp;nbsp;absolute.below is error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-data/../src/vpp-api/java/jvpp-core/io/fd/vpp/jvpp/core/examples/L2AclExample.java:37: error: package javax.xml.bind does not exist&lt;BR /&gt;import javax.xml.bind.DatatypeConverter;&lt;BR /&gt; ^&lt;BR /&gt;/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-data/../src/vpp-api/java/jvpp-core/io/fd/vpp/jvpp/core/examples/L2AclExample.java:123: error: cannot find symbol&lt;BR /&gt; System.out.println("Mask hex: " + DatatypeConverter.printHexBinary(reply.mask));&lt;BR /&gt; ^&lt;BR /&gt; symbol: variable DatatypeConverter&lt;BR /&gt; location: class L2AclExample&lt;BR /&gt;/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-data/../src/vpp-api/java/jvpp-core/io/fd/vpp/jvpp/core/examples/L2AclExample.java:135: error: cannot find symbol&lt;BR /&gt; System.out.println("Match hex: " + DatatypeConverter.printHexBinary(detail.match));&lt;BR /&gt; ^&lt;BR /&gt; symbol: variable DatatypeConverter&lt;BR /&gt; location: class L2AclExample&lt;BR /&gt;3 errors&lt;BR /&gt;1 warning&lt;BR /&gt;Makefile:1265: recipe for target 'jvpp-core/io_fd_vpp_jvpp_core_JVppCoreImpl.h' failed&lt;BR /&gt;make[6]: *** [jvpp-core/io_fd_vpp_jvpp_core_JVppCoreImpl.h] Error 1&lt;BR /&gt;make[6]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root/build-dpaa-aarch64/vpp/vpp-api/java'&lt;BR /&gt;Makefile:7933: recipe for target 'all-recursive' failed&lt;BR /&gt;make[5]: *** [all-recursive] Error 1&lt;BR /&gt;make[5]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root/build-dpaa-aarch64/vpp'&lt;BR /&gt;Makefile:4037: recipe for target 'all' failed&lt;BR /&gt;make[4]: *** [all] Error 2&lt;BR /&gt;make[4]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root/build-dpaa-aarch64/vpp'&lt;BR /&gt;Makefile:686: recipe for target 'vpp-build' failed&lt;BR /&gt;make[3]: *** [vpp-build] Error 2&lt;BR /&gt;make[3]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root'&lt;BR /&gt;/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-data/platforms.mk:20: recipe for target 'install-deb' failed&lt;BR /&gt;make[2]: *** [install-deb] Error 1&lt;BR /&gt;make[2]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps/vpp/build-root'&lt;BR /&gt;Makefile:105: recipe for target 'vpp' failed&lt;BR /&gt;make[1]: *** [vpp] Error 2&lt;BR /&gt;make[1]: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809/packages/apps'&lt;BR /&gt;Makefile:24: recipe for target 'apps' failed&lt;BR /&gt;make: *** [apps] Error 2&lt;BR /&gt;make: Leaving directory '/home/pradi/project_vvdn/wsyu/test/flexbuild_lsdk1809'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:40:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895347#M4168</guid>
      <dc:creator>pradeep_t</dc:creator>
      <dc:date>2019-04-29T12:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895348#M4169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Are there errors if LSDK 1903 is used? See the following page:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://www.nxp.com/support/developer-resources/run-time-software/linux-software-and-development-tools/layerscape-software-development-kit-v19.03:LAYERSCAPE-SDK?lang=en&amp;amp;lang_cd=en&amp;amp;"&gt;https://www.nxp.com/support/developer-resources/run-time-software/linux-software-and-development-tools/layerscape-software-development-kit-v19.03:LAYERSCAPE-SDK?lang=en&amp;amp;lang_cd=en&amp;amp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LSDK documentation does not have examples for JDK compilation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;What command sequence is used for JDK compilation?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 04:25:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895348#M4169</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2019-04-30T04:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895349#M4170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not compiling JDK, we are compiling LSDK 18.09 using below commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;source setup.env&lt;/P&gt;&lt;P&gt;flex-builder -m ls2088ardb -a arm64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our requirement to use LSDK 18.09, since some boot sequence is updated in LSDK 19.03&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 04:37:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895349#M4170</guid>
      <dc:creator>pradeep_t</dc:creator>
      <dc:date>2019-04-30T04:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895350#M4171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;It looks like that LSDK 1903 is not fully installed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Use the following command sequence for LSDK installing:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ source setup.env&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1903/app_components_LS_arm64.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1903/app_components_LS_arm64.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1903/bootpartition_LS_arm64_lts_4.19.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1903/bootpartition_LS_arm64_lts_4.19.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1903/lib_modules_LS_arm64_4.19.26.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1903/lib_modules_LS_arm64_4.19.26.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1903/bootpartition_LS_arm64_lts_4.14.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1903/bootpartition_LS_arm64_lts_4.14.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1903/lib_modules_LS_arm64_4.14.104.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1903/lib_modules_LS_arm64_4.14.104.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="3"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Generate NXP LSDK userland, untar the prebuilt components tarball, and merge them into target userland.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Generate LSDK Ubuntu-based arm64 userland.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ flex-builder -i mkrfs -a arm64 &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Extract app components.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ tar xvzf app_components_LS_arm64.tgz -C build/apps &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Extract kernel modules (e.g., cryptodev).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ sudo tar xvzf lib_modules_LS_arm64_4.14.104.tgz -C build/rfs/rootfs_lsdk_19.03_LS_arm64/lib/modules &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ sudo tar xvzf lib_modules_LS_arm64_4.19.26.tgz -C build/rfs/rootfs_lsdk_19.03_LS_arm64/lib/modules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -m ls2088ardb -a arm64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This thread is continued as a private discussion with the submitter, &lt;BR /&gt;NXP support is not following the thread anymore.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 05:51:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895350#M4171</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2019-04-30T05:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895351#M4172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for support, is this same for LSDK 18.09 also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 06:14:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895351#M4172</guid>
      <dc:creator>pradeep_t</dc:creator>
      <dc:date>2019-04-30T06:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895352#M4173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Pavel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before 2-3 day we are able to compile LSDK 18.09 in same System but after some update in Ubuntu we are facing the issue, even if we do it from scratch again it showing the same error&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 06:16:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895352#M4173</guid>
      <dc:creator>pradeep_t</dc:creator>
      <dc:date>2019-04-30T06:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895353#M4174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Try to install LSDK again on your Ubuntu.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 03:53:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895353#M4174</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2019-05-06T03:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895354#M4175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;Tried installing LSDK 18.06 again but issue remains same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you facing the same issue with Ubuntu 18.04 and LSDK 18.06&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 04:26:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895354#M4175</guid>
      <dc:creator>pradeep_t</dc:creator>
      <dc:date>2019-05-07T04:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895355#M4176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;I have tested this BSP using Ubuntu 18.04 under new Virtual machine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;The following commands were used for LSDK 1806 installing and building:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;tar xvzf flexbuild_lsdk1806.tgz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;source setup.env&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1806/app_components_arm64.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1806/app_components_arm64.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1806/bootpartition_arm64_lts_4.14.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1806/bootpartition_arm64_lts_4.14.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1806/arm64-modules-4.14.47.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1806/arm64-modules-4.14.47.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1806/bootpartition_arm64_lts_4.9.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1806/bootpartition_arm64_lts_4.9.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1806/arm64-modules-4.9.105.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1806/arm64-modules-4.9.105.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -i mkrfs -a arm64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;tar xvzf app_components_arm64.tgz -C build/apps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;tar xvzf app_components_arm64.tgz -C build/apps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;sudo tar xvzf arm64-modules-4.9.105.tgz -C build/rfs/rootfs_ubuntu_bionic_arm64/lib/modules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -c linux -a arm64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -i merge-component -a arm64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -i compressrfs -a arm64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2019 10:21:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895355#M4176</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2019-05-08T10:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895356#M4177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same steps we followed for lsdk 18.09 but still we are getting error in vpp packages, if we comment&amp;nbsp;vpp in Makefile we are able to compile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 11:07:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895356#M4177</guid>
      <dc:creator>pradeep_t</dc:creator>
      <dc:date>2019-05-13T11:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895357#M4178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Pavel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of VPP in LSDK 18.09, can we comment and use the images, will it degrade any performance in DPDK&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 11:31:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895357#M4178</guid>
      <dc:creator>pradeep_t</dc:creator>
      <dc:date>2019-05-16T11:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895358#M4179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;We did not meet VPP problem using LSDK under Ubuntu 18.04.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This thread is continued as a private discussion with the submitter, &lt;BR /&gt;NXP support is not following the thread anymore.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 03:44:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895358#M4179</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2019-05-20T03:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895359#M4180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are following below procedure for compilation of lsdk 18.09 in this we are getting VPP package error (&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;vpp/jvpp/core/examples/L2AclExample.java:37: error: package javax.xml.bind does not exist&lt;/SPAN&gt;) in Ubuntu 18.04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# source setup.env&lt;/P&gt;&lt;P&gt;# flex-builder -m ls2088ardb -a arm64&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2019 04:09:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895359#M4180</guid>
      <dc:creator>pradeep_t</dc:creator>
      <dc:date>2019-05-20T04:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895360#M4181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Try to install also LSDK packages for ARM32.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Use the following command sequence:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ sudo apt-get install git&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ tar xvzf flexbuild_lsdk1809.tgz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ cd flexbuild&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;$ source setup.env&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;// ARM64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/app_components_arm64.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/app_components_arm64.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/bootpartition_arm64_lts_4.14.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/bootpartition_arm64_lts_4.14.tgz&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/arm64-modules-4.14.67.tgz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/arm64-modules-4.14.67.tgz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/bootpartition_arm64_lts_4.9.tgz&amp;nbsp;" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/bootpartition_arm64_lts_4.9.tgz&amp;nbsp;&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/arm64-modules-4.9.124.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/arm64-modules-4.9.124.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -i mkrfs -a arm64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;tar xvzf app_components_arm64.tgz -C build/apps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;sudo tar xvzf arm64-modules-4.14.67.tgz -C build/rfs/rootfs_ubuntu_bionic_arm64/lib/modules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -i compressrfs -a arm64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;sudo tar xvzf arm64-modules-4.9.124.tgz -C build/rfs/rootfs_ubuntu_bionic_arm64/lib/modules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -c linux -a arm64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -i merge-component -a arm64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;// ARM32&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/app_components_arm32.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/app_components_arm32.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/bootpartition_arm32_lts_4.14.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/bootpartition_arm32_lts_4.14.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/arm32-modules-4.14.67.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/arm32-modules-4.14.67.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -i mkrfs -a arm32 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;tar xvzf app_components_arm32.tgz -C build/apps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;sudo tar xvzf arm32-modules-4.14.67.tgz -C build/rfs/rootfs_ubuntu_bionic_arm32/lib/modules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/bootpartition_arm32_lts_4.9.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/bootpartition_arm32_lts_4.9.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;wget &lt;A href="http://www.nxp.com/lgfiles/sdk/lsdk1809/arm32-modules-4.9.124.tgz" target="test_blank"&gt;http://www.nxp.com/lgfiles/sdk/lsdk1809/arm32-modules-4.9.124.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;sudo tar xvzf arm32-modules-4.9.124.tgz -C build/rfs/rootfs_ubuntu_bionic_arm32/lib/modules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -c linux -a arm32&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -i merge-component -a arm32&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;flex-builder -m ls2088ardb -a arm64&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This thread is continued as a private discussion with the submitter, &lt;BR /&gt;NXP support is not following the thread anymore.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 03:57:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895360#M4181</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2019-05-22T03:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: LSDK 18.09 for LS2088A</title>
      <link>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895361#M4182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We get the same error when build lsdk18.09 with&amp;nbsp;ls1046ardb.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) Build enviroment&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;# lsb_release -a&lt;BR /&gt;No LSB modules are available.&lt;BR /&gt;Distributor ID: Ubuntu&lt;BR /&gt;Description: Ubuntu 18.04.4 LTS&lt;BR /&gt;Release: 18.04&lt;BR /&gt;Codename: bionic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# uname -a&lt;BR /&gt;Linux&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;xxx-pc2 5.3.0-59-generic #53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) Build steps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;tar -xvf flexbuild_lsdk1809.tgz&lt;BR /&gt;cd ./flexbuild_lsdk1809&lt;BR /&gt;source setup.env&lt;BR /&gt;flex-builder -m ls1046ardb -a arm64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3) Build error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1 warning&lt;BR /&gt;warning: [options] 未与 -source 8 一起设置引导类路径&lt;BR /&gt;./flexbuild_lsdk1809/packages/apps/vpp/build-data/../src/vpp-api/java/jvpp-core/io/fd/vpp/jvpp/core/examples/L2AclExample.java:37: 错误: 程序包javax.xml.bind不存在&lt;BR /&gt;import javax.xml.bind.DatatypeConverter;&lt;BR /&gt;^&lt;BR /&gt;./flexbuild_lsdk1809/packages/apps/vpp/build-data/../src/vpp-api/java/jvpp-core/io/fd/vpp/jvpp/core/examples/L2AclExample.java:123: 错误: 找不到符号&lt;BR /&gt;System.out.println("Mask hex: " + DatatypeConverter.printHexBinary(reply.mask));&lt;BR /&gt;^&lt;BR /&gt;符号: 变量 DatatypeConverter&lt;BR /&gt;位置: 类 L2AclExample&lt;BR /&gt;./flexbuild_lsdk1809/packages/apps/vpp/build-data/../src/vpp-api/java/jvpp-core/io/fd/vpp/jvpp/core/examples/L2AclExample.java:135: 错误: 找不到符号&lt;BR /&gt;System.out.println("Match hex: " + DatatypeConverter.printHexBinary(detail.match));&lt;BR /&gt;^&lt;BR /&gt;符号: 变量 DatatypeConverter&lt;BR /&gt;位置: 类 L2AclExample&lt;BR /&gt;3 个错误&lt;BR /&gt;1 个warning&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Makefile:1265: recipe for target 'jvpp-core/io_fd_vpp_jvpp_core_JVppCoreImpl.h' failed&lt;/SPAN&gt;&lt;BR /&gt;make[6]: *** [jvpp-core/io_fd_vpp_jvpp_core_JVppCoreImpl.h] Error 1&lt;BR /&gt;make[6]: leave directory “./flexbuild_lsdk1809/packages/apps/vpp/build-root/build-dpaa-aarch64/vpp/vpp-api/java”&lt;BR /&gt;Makefile:7933: recipe for target 'all-recursive' failed&lt;BR /&gt;make[5]: *** [all-recursive] Error 1&lt;BR /&gt;make[5]: leave directory “./flexbuild_lsdk1809/packages/apps/vpp/build-root/build-dpaa-aarch64/vpp”&lt;BR /&gt;Makefile:4037: recipe for target 'all' failed&lt;BR /&gt;make[4]: *** [all] Error 2&lt;BR /&gt;make[4]: leave directory “./flexbuild_lsdk1809/packages/apps/vpp/build-root/build-dpaa-aarch64/vpp”&lt;BR /&gt;Makefile:686: recipe for target 'vpp-build' failed&lt;BR /&gt;make[3]: *** [vpp-build] Error 2&lt;BR /&gt;make[3]: leave directory “./flexbuild_lsdk1809/packages/apps/vpp/build-root”&lt;BR /&gt;./flexbuild_lsdk1809/packages/apps/vpp/build-data/platforms.mk:20: recipe for target 'install-deb' failed&lt;BR /&gt;make[2]: *** [install-deb] Error 1&lt;BR /&gt;make[2]: leave directory “./flexbuild_lsdk1809/packages/apps/vpp/build-root”&lt;BR /&gt;Makefile:105: recipe for target 'vpp' failed&lt;BR /&gt;make[1]: *** [vpp] Error 2&lt;BR /&gt;make[1]: leave directory “./flexbuild_lsdk1809/packages/apps”&lt;BR /&gt;Makefile:24: recipe for target 'apps' failed&lt;BR /&gt;make: *** [apps] Error 2&lt;BR /&gt;make: leave directory “./flexbuild_lsdk1809”&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 01:41:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LSDK-18-09-for-LS2088A/m-p/895361#M4182</guid>
      <dc:creator>651080691</dc:creator>
      <dc:date>2020-06-24T01:41:49Z</dc:date>
    </item>
  </channel>
</rss>

