-
Notifications
You must be signed in to change notification settings - Fork 3
Where are logfiles
Peter Saunderson edited this page Jul 26, 2016
·
4 revisions
Home / parallella-yoctobuild / Developer notes / Where are logfiles
The Log files are found in the work folders for each package for example
- tmp/work/armv7ahf-vfp-neon-poky-linux-gnueabi - log files for host=arm-poky-linux-gnueabi / host=epiphany-elf, target=epiphany-elf builds
- tmp/work/x86_64-poky-linux-gnueabi - log files for host=x86_64-linux, target=epiphany-elf
- tmp/work/parallella_hdmi-poky-linux-gnueabi/hdmi-image - log files for the hdmi-image build
- tmp/work/x86_64-nativesdk-pokysdk-linux - log files for host=x86_64-pokysdk-linux, target=epiphany-elf
- tmp/work/x86_64-pokysdk-linux - TODO log files for host=epiphany-elf, target=epiphany-elf unpack for Poky SDK?
Building a compiler has multiple stages and in this case in the yocto environment I try to use as much of standard poky/meta/classes as possible so you will find work folders for epiphany-elf-gcc in the same place as gcc etc..
Home | yocto About | Troubleshooting | Developers | Credits