<?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>topic Re: Can not find vmlinux in CodeWarrior for QorIQ</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Can-not-find-vmlinux/m-p/660924#M6322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aftre building the kernel, vmlinux will be placed in a path similar with this one: \build_p4080ds_release\tmp\work\p4080ds-fsl-linux\linux-qoriq\3.12-r0\git\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CW make sure you change the file type in the lower right corner of the Select file dialog, to all file, because by default is set .elf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2017 15:22:52 GMT</pubDate>
    <dc:creator>addiyi</dc:creator>
    <dc:date>2017-02-01T15:22:52Z</dc:date>
    <item>
      <title>Can not find vmlinux</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Can-not-find-vmlinux/m-p/660923#M6321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my project I want to debug Linux kernel and it's modules by using CodeWarrior 10.5.1 tool with Code Warrior Tap.For this purpose, T1024rdb board is used. Although it has PowerPC architecture,it's stated in the forum that it has the same procedure like ARM arcitecture.So "AN4980.pdf" procedure was taken as a reference.However,when I worked on the document at the part of the "Create ARMV7 project's" fifth step which is"Browse to the vmlinux executable file and Select open." I could not find any executable named as vmlinux. Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 10:29:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Can-not-find-vmlinux/m-p/660923#M6321</guid>
      <dc:creator>cengizhanyapici</dc:creator>
      <dc:date>2017-02-01T10:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can not find vmlinux</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Can-not-find-vmlinux/m-p/660924#M6322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aftre building the kernel, vmlinux will be placed in a path similar with this one: \build_p4080ds_release\tmp\work\p4080ds-fsl-linux\linux-qoriq\3.12-r0\git\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CW make sure you change the file type in the lower right corner of the Select file dialog, to all file, because by default is set .elf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 15:22:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Can-not-find-vmlinux/m-p/660924#M6322</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-02-01T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can not find vmlinux</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Can-not-find-vmlinux/m-p/660925#M6323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I looked into my&amp;nbsp;directory&amp;nbsp;&amp;nbsp;\poky\build_t1024rdb-64b_release\tmp\work\t1024rdb_64b-fsl-linux\linux-qoriq\3.12-r0\git I still&amp;nbsp;could not vmlinux.You can see the steps below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[user@localhost poky]$ source ./fsl-setup-poky -m t1024rdb-64b -j 2 -t 2 -l&lt;/P&gt;&lt;P&gt;t1024rdb-64b&lt;/P&gt;&lt;P&gt;Run the following commands to start a build:&lt;/P&gt;&lt;P&gt;bitbake fsl-image-x11&lt;/P&gt;&lt;P&gt;bitbake fsl-image-full&lt;/P&gt;&lt;P&gt;bitbake fsl-image-flash&lt;/P&gt;&lt;P&gt;bitbake fsl-image-virt&lt;/P&gt;&lt;P&gt;bitbake fsl-image-core&lt;/P&gt;&lt;P&gt;bitbake fsl-image-minimal&lt;/P&gt;&lt;P&gt;To return to this build environment later please run:&lt;/P&gt;&lt;P&gt;. /yocto/QorIQ-SDK-V1.8-20150619-yocto/poky/build_t1024rdb-64b_release/SOURCE_THIS&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$ pwd&lt;/P&gt;&lt;P&gt;/yocto/QorIQ-SDK-V1.8-20150619-yocto/poky/build_t1024rdb-64b_release&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$ ls&lt;/P&gt;&lt;P&gt;conf SOURCE_THIS&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$ source SOURCE_THIS&lt;/P&gt;&lt;P&gt;Back to build project /yocto/QorIQ-SDK-V1.8-20150619-yocto/poky/build_t1024rdb-64b_release.&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$ PWD&lt;/P&gt;&lt;P&gt;bash: PWD: command not found...&lt;/P&gt;&lt;P&gt;Similar command is: 'pwd'&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$ Pwd&lt;/P&gt;&lt;P&gt;bash: Pwd: command not found...&lt;/P&gt;&lt;P&gt;Similar command is: 'pwd'&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$ pwd&lt;/P&gt;&lt;P&gt;/yocto/QorIQ-SDK-V1.8-20150619-yocto/poky/build_t1024rdb-64b_release&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$ bitbake fsl-image-minimal&lt;/P&gt;&lt;P&gt;Parsing recipes: 100% |#####################################################| Time: 00:07:47&lt;/P&gt;&lt;P&gt;Parsing of 1846 .bb files complete (0 cached, 1846 parsed). 4209 targets, 192 skipped, 0 masked, 0 errors.&lt;/P&gt;&lt;P&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;/P&gt;&lt;P&gt;BB_VERSION = "1.22.0"&lt;/P&gt;&lt;P&gt;BUILD_SYS = "x86_64-linux"&lt;/P&gt;&lt;P&gt;NATIVELSBSTRING = "CentOS-7.3.1611"&lt;/P&gt;&lt;P&gt;TARGET_SYS = "powerpc64-fsl-linux"&lt;/P&gt;&lt;P&gt;MACHINE = "t1024rdb-64b"&lt;/P&gt;&lt;P&gt;DISTRO = "fsl-networking"&lt;/P&gt;&lt;P&gt;DISTRO_VERSION = "QorIQ-SDK-V1.8"&lt;/P&gt;&lt;P&gt;TUNE_FEATURES = "m64 fpu-hard e5500"&lt;/P&gt;&lt;P&gt;TARGET_FPU = "hard"&lt;/P&gt;&lt;P&gt;meta&lt;/P&gt;&lt;P&gt;meta-yocto&lt;/P&gt;&lt;P&gt;meta-yocto-bsp = "daisy:18837ea4cdd4fdab608e0a032a11a2dfb6b1ee1a"&lt;/P&gt;&lt;P&gt;meta-fsl-ppc = "daisy:ed8d8f097eb9fb9c4d76cfeb617da5ce72d9b414"&lt;/P&gt;&lt;P&gt;meta-fsl-toolchain = "daisy:a253b3594d8d9e0a4ed869d1fb502c395c4438ac"&lt;/P&gt;&lt;P&gt;meta-fsl-networking = "daisy:6eb28ed659bbadfa470237dfce98bcbf53c18fe1"&lt;/P&gt;&lt;P&gt;meta-virtualization = "daisy:df44ec7a68c8e4b713a458a5b93e903103dea85c"&lt;/P&gt;&lt;P&gt;meta-oe&lt;/P&gt;&lt;P&gt;meta-networking&lt;/P&gt;&lt;P&gt;meta-webserver&lt;/P&gt;&lt;P&gt;meta-ruby&lt;/P&gt;&lt;P&gt;meta-perl&lt;/P&gt;&lt;P&gt;meta-filesystems = "daisy:4a44c4107899363b22c01eb5621b0c86db1c659c"&lt;/P&gt;&lt;P&gt;meta-java = "daisy:65c89b93fa9d4c89e1dfb5b795075cbadb541009"&lt;/P&gt;&lt;P&gt;meta-openstack&lt;/P&gt;&lt;P&gt;meta-openstack-compute-deploy&lt;/P&gt;&lt;P&gt;meta-openstack-controller-deploy&lt;/P&gt;&lt;P&gt;meta-openstack-qemu&lt;/P&gt;&lt;P&gt;meta-openstack-compute-test-config&lt;/P&gt;&lt;P&gt;meta-openstack-controller-test-config&lt;/P&gt;&lt;P&gt;meta-cloud-services = "daisy:c040904422eb3c13f7abb66996bed8d675ada860"&lt;/P&gt;&lt;P&gt;meta-security = "daisy:9f4c3849521465b459845dcc1a7a885bacaae9d9"&lt;/P&gt;&lt;P&gt;NOTE: Preparing runqueue&lt;/P&gt;&lt;P&gt;NOTE: Executing SetScene Tasks&lt;/P&gt;&lt;P&gt;NOTE: Executing RunQueue Tasks&lt;/P&gt;&lt;P&gt;NOTE: Tasks Summary: Attempted 1584 tasks of which 1312 didn't need to be rerun and all succeeded.&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$ bitbake -c menuconfig virtual/kernel&lt;/P&gt;&lt;P&gt;Loading cache: 100% |############################################################| ETA: 00:00:00&lt;/P&gt;&lt;P&gt;Loaded 4210 entries from dependency cache.&lt;/P&gt;&lt;P&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;/P&gt;&lt;P&gt;BB_VERSION = "1.22.0"&lt;/P&gt;&lt;P&gt;BUILD_SYS = "x86_64-linux"&lt;/P&gt;&lt;P&gt;NATIVELSBSTRING = "CentOS-7.3.1611"&lt;/P&gt;&lt;P&gt;TARGET_SYS = "powerpc64-fsl-linux"&lt;/P&gt;&lt;P&gt;MACHINE = "t1024rdb-64b"&lt;/P&gt;&lt;P&gt;DISTRO = "fsl-networking"&lt;/P&gt;&lt;P&gt;DISTRO_VERSION = "QorIQ-SDK-V1.8"&lt;/P&gt;&lt;P&gt;TUNE_FEATURES = "m64 fpu-hard e5500"&lt;/P&gt;&lt;P&gt;TARGET_FPU = "hard"&lt;/P&gt;&lt;P&gt;meta&lt;/P&gt;&lt;P&gt;meta-yocto&lt;/P&gt;&lt;P&gt;meta-yocto-bsp = "daisy:18837ea4cdd4fdab608e0a032a11a2dfb6b1ee1a"&lt;/P&gt;&lt;P&gt;meta-fsl-ppc = "daisy:ed8d8f097eb9fb9c4d76cfeb617da5ce72d9b414"&lt;/P&gt;&lt;P&gt;meta-fsl-toolchain = "daisy:a253b3594d8d9e0a4ed869d1fb502c395c4438ac"&lt;/P&gt;&lt;P&gt;meta-fsl-networking = "daisy:6eb28ed659bbadfa470237dfce98bcbf53c18fe1"&lt;/P&gt;&lt;P&gt;meta-virtualization = "daisy:df44ec7a68c8e4b713a458a5b93e903103dea85c"&lt;/P&gt;&lt;P&gt;meta-oe&lt;/P&gt;&lt;P&gt;meta-networking&lt;/P&gt;&lt;P&gt;meta-webserver&lt;/P&gt;&lt;P&gt;meta-ruby&lt;/P&gt;&lt;P&gt;meta-perl&lt;/P&gt;&lt;P&gt;meta-filesystems = "daisy:4a44c4107899363b22c01eb5621b0c86db1c659c"&lt;/P&gt;&lt;P&gt;meta-java = "daisy:65c89b93fa9d4c89e1dfb5b795075cbadb541009"&lt;/P&gt;&lt;P&gt;meta-openstack&lt;/P&gt;&lt;P&gt;meta-openstack-compute-deploy&lt;/P&gt;&lt;P&gt;meta-openstack-controller-deploy&lt;/P&gt;&lt;P&gt;meta-openstack-qemu&lt;/P&gt;&lt;P&gt;meta-openstack-compute-test-config&lt;/P&gt;&lt;P&gt;meta-openstack-controller-test-config&lt;/P&gt;&lt;P&gt;meta-cloud-services = "daisy:c040904422eb3c13f7abb66996bed8d675ada860"&lt;/P&gt;&lt;P&gt;meta-security = "daisy:9f4c3849521465b459845dcc1a7a885bacaae9d9"&lt;/P&gt;&lt;P&gt;NOTE: Preparing runqueue&lt;/P&gt;&lt;P&gt;NOTE: Executing SetScene Tasks&lt;/P&gt;&lt;P&gt;NOTE: Executing RunQueue Tasks&lt;/P&gt;&lt;P&gt;NOTE: Tasks Summary: Attempted 242 tasks of which 237 didn't need to be rerun and all succeeded.&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$ bitbake -c virtual/kernel&lt;/P&gt;&lt;P&gt;Nothing to do. Use 'bitbake world' to build everything, or run 'bitbake --help' for usage information.&lt;/P&gt;&lt;P&gt;[user@localhost build_t1024rdb-64b_release]$&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;[user@localhost git]$ ls&lt;/P&gt;&lt;P&gt;arch Documentation init lib net security&lt;/P&gt;&lt;P&gt;block drivers ipc localversion-rt README sound&lt;/P&gt;&lt;P&gt;COPYING firmware Kbuild MAINTAINERS REPORTING-BUGS tools&lt;/P&gt;&lt;P&gt;CREDITS fs Kconfig Makefile samples usr&lt;/P&gt;&lt;P&gt;crypto include kernel mm scripts virt&lt;/P&gt;&lt;P&gt;[user@localhost git]$ find . -name "vmlinux"&lt;/P&gt;&lt;P&gt;[user@localhost git]$&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 07:04:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Can-not-find-vmlinux/m-p/660925#M6323</guid>
      <dc:creator>cengizhanyapici</dc:creator>
      <dc:date>2017-02-02T07:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can not find vmlinux</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Can-not-find-vmlinux/m-p/660926#M6324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the followings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake -c cleansstate virtual/kernel&lt;BR /&gt;$ bitbake -c patch virtual/kernel&lt;BR /&gt;$ bitbake -c compile -f virtual/kernel&lt;BR /&gt;$ bitbake virtual/kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 09:33:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Can-not-find-vmlinux/m-p/660926#M6324</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-02-02T09:33:25Z</dc:date>
    </item>
  </channel>
</rss>

