Giter Club home page Giter Club logo

buildroot's Introduction

ftDev Buildroot Repository

Description

This branch is specialized for Raspberry Pi 3 for now.

Base Buildroot Version : 2019.02.5

For details, you can read my blogpost: https://furkantokac.com/rpi3-fast-boot-less-than-2-seconds/

Scripts

Name Function
build-rpi3-qt.sh Builds static Qt. Run this after build RPI3 image.

Quick Start

Build RPI3 fastboot distro + static Qt

  1. make ftdev_rpi3_fastboot_defconfig
  2. make -j8
  3. ./build-rpi3-qt.sh
Output File Path
RPI3 Image output/images/sdcard.img
qmake output/qt/qt-everywhere-src-*/aaaout/bin/qmake

buildroot's People

Contributors

aduskett avatar aldot avatar arnout avatar asafkahlon avatar baruchsiach avatar bkuhls avatar culssw avatar erikbandersen avatar fabio-porcedda avatar fabioestevam avatar ffontaine avatar fperrad avatar gustavoz avatar jacmet avatar joerg-krause avatar lucaceresoli avatar martinbark avatar maximeh avatar patrickdepinguin avatar pauliuszaleckas avatar pseiderer avatar ricardo-martincoski avatar romainnaour avatar spdawson avatar tpetazzoni avatar tsed avatar vapier avatar wbx-github avatar yann-morin-1998 avatar yegorich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

buildroot's Issues

multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o

Here is how I tried to build it:

git clone --depth=1 https://github.com/furkantokac/buildroot.git pi-build
cd pi-build

# sidenote: this failed once with " *** No rule to make target 'output/.br-external.mk'" but worked on second run
make ftdev_rpi3_fastboot_defconfig

make -j8

It chugs for a little while, then I get this error:

scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [scripts/Makefile.host:111: scripts/dtc/dtc] Error 1
make[3]: *** [scripts/Makefile.build:587: scripts/dtc] Error 2
make[3]: *** Waiting for unfinished jobs....
  HOSTLD  scripts/mod/modpost
make[2]: *** [Makefile:569: scripts] Error 2
make[1]: *** [package/pkg-generic.mk:241: /home/konsumer/Documents/otherdev/pi-build/output/build/linux-c117a8bccf37bfba323065b566cf999ed4629a4a/.stamp_built] Error 2
make: *** [Makefile:84: _all] Error 2

Blank screen before Qt App

Hello @furkantokac.
Once again - big thank you for sharing this project.

I am struggling with an issue of visible console before QT takes over in my app.
I am powering on my screen in the same time as RPi (3B+), and in some cases of power cycling (on-off-on-off in different time intervals) my screen turns on faster than usual.

I would like to make screen ON only when QT has already taken over framebuffer.

One solution is to power up screen only after app starts, but this I would rather like to avoid - electrical design change + longer overall boot time.
I am looking for different, software approach, but could not find any proper reference on how to achieve my goal.

Maybe disabling console at all? Maybe some call to HDMI driver?

Do you have any suggestions, or maybe can point me to some reading?

Thank you in advance.

Keyboard not working

Hello,
I copied the fast rpi3 image and it boots up fine. However, a wired USB keyboard does not work and so I cannot login. I tried two different working keyboards with no success. I am wondering if there is a way resolve that. Thank you

QT App won't run (issues)

Hey,

When building your test application or my own standard qt application i get the following error:

"qt.qpa.plugins: Could not find the qt platform plugin "eglfs" in ""
This application failed to start because no Qt platform plugin could be initialized"

QTPLUGIN.platforms += qeglfs qxcb qlinuxfb

is added to the .pro file but still won't work (even without the +).

Another small thing: How can we add extra qt libraries? i.e i need to add QT QML Timeline to the buildroot

Problem with cross-copmiplation of QT

Hi.
I have a problem with cross-compilation of QT using Your script: build-rpi3-qt.sh

QT downoladed version is 5.12.1

I have error:
ERROR: Feature 'opengles2' was enabled, but the pre-condition 'config.win32 || (!config.watchos && !features.opengl-desktop && libs.opengl_es2)' failed.

ERROR: The OpenGL functionality tests failed!

You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],

QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.

make: *** Nie podano obiektów i nie znaleziono makefile. Stop.

make: *** Brak reguł do wykonania obiektu 'install'. Stop.

I have looked in different forum and it looks like problem with opengl libraries paths for RPi.

Also I've got suggestion to add if - downloaded file statent to script, just to avoid downloading already downoladed qt source-code.
Thanks.

Can i Run this script on armbian os and orange pi +2E?

Hi. I developed a skid loader and I have to use this script to run!
And I have to use a USB flash drive for the user! Because a user may want to listen to music.
Anyway!

and after this command: make -h8 I got Error with this message: You must install `python` on your build machine!

I think I can solve this error by creating an alias in bashrc file like This:
alias python="python3"

but this does not work!
how can I fix it?

python path in script just for rasbian os on rasbery pi 3 right?
and I must changing my python path in script to my python path! i right?

404 not found when running `make -j8`

Hi, thanks for putting this together. I'm trying to create an image with USB (and maybe wifi), but when I try to run make -j8, I end up getting a 404 not found on this url: http://sources.buildroot.net/linux-c117a8bccf37bfba323065b566cf999ed4629a4a.tar.gz

I've been trying to figure out why this is the case, but since it's the first time for me to do anything this low level, I'm coming up empty.

Also, I saw in a previous issue that you were considering making a fastboot + USB + Networking image. Did you ever find time to do that?

USB mouse/kb working in console but not Qt app

First of all, great work on the repo/config! It's made my RPi3 boot as fast as I need it, which is great!

I am having one issue, and while I know it's probably not directly related to buildroot, I was wondering if anyone seeing this might have any ideas (as I might be related to Qt build config? Not sure).

Anyway, I was able to add the necessary HID/USB settings back to the kernel config to enable my USB keyboard and mouse. They get power now, and the keyboard works in the console as does the mouse (I can tell using cat /dev/input/mouse0 | hexdump). The issue I'm having is when my fullscreen Qt app starts (built using the qt static compiled in this repo) the mouse and keyboard don't work there.

I know it's a longshot posting that question here, but I was hoping someone might have some insight.

Thanks!

Can't get my app work (Not a Qt app).

Dear Furkan.
Magically I've got compile my app statically much faster as I hope. That's great for me.
I've tested the app with another raspian PI card, and works fine in static way. (but in this raspberry the libasound.so.2 lib is installed).
When I try to get it work with the card generated by your "fastboot", I get the following error in the serial, and also can't see any graphics on screen, only the four raspberry images:
My app use graphics, and only show png images moving on screen. I used SDL2 library.

Here's what i get in the serial console:

Starting syslogd: OK
Starting klogd: OK
Initializing random number generator... done.
/root/a.out: error while loading shared libraries: libasound.so.2: cannot open shared object file
: No such file or directory

Obviously the name of the app is a.out, and I never use that 'libasound' lib in the code ???
Is is a dependency of the main library ?
Now, how to solve this so ?

Cheers!
Rick.

ARM_APPENDED_DTB: Support for RPi 3B+

HI everyone,

we are trying to make the RPi fast-boot and appreciate this effort.
In our project we use the RPi 3B+ model and got problems with the attached DTB file to the kernel.

After kernel compilation, we include the DTB with
cat arch/arm/boot/zImage arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dtb > $KERNEL-atfo+3bpdtb.img

In addition, we have to delete both bcm2710-rpi-3-b-plus.dtb and bcm2710-rpi-3-b.dtb from the boot FS or the RPi hangs.
Although the RPi boots correctly into a Qt application, several hardware modules (I2C f.i.) are not initialized correctly and the boot message schows different models detected (watch 'OF: fdt: Machine model' and 'Reserved memory'):

With DTB included:

...
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.17-v7-atfo (usrv@buildsystem) (arm-linux-gnueabihf-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #3 SMP Mon Oct 4 14:12:26 UTC 2021
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B+
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x2c000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
...

W/O DTB (DTB from Filesystem):

...
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.17-v7-atfo (usrv@buildsystem) (arm-linux-gnueabihf-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #3 SMP Mon Oct 4 14:12:26 UTC 2021
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x2ac00000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
...

Any suggestions where to dig deeper?

Best regards
Niklas

How to enable uart for debugging on usb (usb-ttl)

Enable UART

  • Put 8250.nr_uarts=1 to cmdline.txt in boot partition.

Redirect console to ttyAMA0

  1. Go to /etc/inittab
  2. Change the line console::respawn:/sbin/getty -L console 0 vt100 # GENERIC_SERIAL
    to ttyAMA0::respawn:/sbin/getty -L ttyAMA0 0 vt100 # GENERIC_SERIAL

If you have problem, try ttyS0 instead of ttyAMA0.

Physical connection

  1. Get your 3.3v usb-ttl hardware.
    image
  2. USBTTL-TX to RPI-RX which is pin10 (GPIO15)
    USBTTL-RX to RPI-TX which is pin8 (GPIO14)
    USBTTL-GND to RPI-Ground which is pin6 (Ground)
    image

New Raspberry Pi Zero 2?

Will this also work with the new Pi Zero 2 that's just come out? I know the chip is the same as the Pi 3, but the GPU may be different so am curious.

SSH Support?

Hey there, I realize I'm a bit out of my depth here, but I'm wondering whether the demo image supports SSH. Since it cannot be controlled via keyboard, does the demo image do anything except show a login screen? Is there any way to access or work with the demo image?

Thanks!

Fastboot for Raspberry Pi 0 W

What do I have to change if I want to compile your buildroot settings for a Raspberry Pi 0 W?
Including:

  • WIFI network
  • init system
  • eudev
  • USB support

Thanks a lot!

Fastboot and WiringPI

I'm working on the project to make a raspberry super fast and be able to run a application created in cmake. I'm using a raspberry compute modul, display and analog port to communicate with laptop. Communication is done via pppd to reduce amount of services running. The application is mainly using WiringPI library and it's created in Cmake. The hardware is using those sockets to run and show data properly UART0 (for communication with laptop) , UART1, SPI0, SPI2, I2C0 and I2C. Those are all necesary libraries (I2C_library, pthread, wiringPi, wiringPiDev, crypt, rt). The goal is able to run this software and show data to display in 3-5 sec after pressing the power button.
I'm stuck to make it work for last seven months, so any help or idea will help me a lot. Thanks so much

Building process error

Finalizing target directory

Check files that are touched by more than one package

./support/scripts/check-uniq-files -t target /home/andrija/Downloads/buildroot-1.0/output/build/packages-file-list.txt
./support/scripts/check-uniq-files -t staging /home/andrija/Downloads/buildroot-1.0/output/build/packages-file-list-staging.txt
./support/scripts/check-uniq-files -t host /home/andrija/Downloads/buildroot-1.0/output/build/packages-file-list-host.txt
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/realmpfr.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-alias.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dojump.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/params.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/attribs.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-scopedtables.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/stddef.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-affine.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcc.br_real" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/liblto_plugin.so.0.0.0" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/rtl-error.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-threadedge.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfg-flags.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/pass-instances.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/params-options.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/alias.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/rtlhash.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-vrp.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/calls.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/mkheaders.conf" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-chrec.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cilkplus.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cif-code.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hard-reg-set.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/substring-locations.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcc-ranlib" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/input.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gcc-symtab.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/optabs.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-iterator.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-outof-ssa.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/streamer-hooks.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/symbol-summary.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ccmp.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/macro_list" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/stor-layout.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/auto-profile.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/trans-mem.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfghooks.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ggc.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/lra.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/arm-opts.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcc-7.4.0" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/fixed-value.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sbitmap.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/explow.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/man/man7/fsf-funding.7" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/profile.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/et-forest.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/builtins.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfgrtl.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/mem-stats-traits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-m4', u'host-bison', u'host-gawk', u'host-binutils', u'host-gmp', u'host-mpfr', u'host-mpc', u'host-gcc-final', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/lto1" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/predict.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/domwalk.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-pretty-print.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/stdfix.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/arm_acle.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-sccvn.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-cfgcleanup.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/builtin-types.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-ld.bfd" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ipa-icf.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/insn-constants.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sel-sched-dump.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/stdarg.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/safe-ctype.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/unwind-arm-common.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/predict.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/man/man1/arm-buildroot-linux-gnueabihf-gcov-tool.1" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tm.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/b-header-vars" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/pretty-print.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gcc.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-nested.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gcse-common.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcc-nm" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ifcvt.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-hash-traits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/graph.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/target-def.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/crtendS.o" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gcc-plugin.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-parloops.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed/syslimits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/liblto_plugin.la" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/insn-flags.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-streamer.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/regrename.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/optabs-query.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-check.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cp/cp-tree.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/memory-block.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/fixinc.sh" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/line-map.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-scalar-evolution.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/libgcov.a" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/toolchain-wrapper" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/linux-gas.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hsa-brig-format.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/alloc-pool.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/c-family/c-objc.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/version.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-cpp" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/addresses.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dominance.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dumpfile.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/crtbeginT.o" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/stab.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-address.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-ssa.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/c-family/c-common.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sparseset.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-match.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/man/man1/arm-buildroot-linux-gnueabihf-gcov-dump.1" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/linux-android.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-live.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/output.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/omp-general.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hash-traits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/params-list.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/passes.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/double-int.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcc-ar" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-ld" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-ranlib" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/bitmap.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/insn-notes.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/fold-const-call.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-cfg.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-expr.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfgcleanup.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/limitx.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/params-enum.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/regs.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/generic-match.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/data-streamer.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/chkp-builtins.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/insn-addr.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/arm_fp16.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/stdbool.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfgloop.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-nm" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/real.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-dfa.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/diagnostic.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ipa-ref.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/mmintrin.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-core.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gcc-rich-location.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/crtbegin.o" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/aout.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tsan.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/fixincl" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-loop-manip.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcc-7.4.0.br_real" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimplify.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed/limits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hash-map-traits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/vmsdbg.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-ccp.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hw-doloop.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/df.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/linux.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/pass_manager.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/insn-modes.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/inchash.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-cpp.br_real" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/resource.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/brig-builtins.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcc-ranlib" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-dom.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hash-table.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ubsan.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcc" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/gnu-user.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gensupport.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/gtype.state" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimplify-me.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ipa-icf-gimple.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/man/man7/gpl.7" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/symtab.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/liblto_plugin.so.0" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-if-conv.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/fixinc_list" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/rtl-chkp.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/linux-protos.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ssa-iterators.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/unwind.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gcse.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gcov-counter.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/omp-builtins.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcov-dump" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/expmed.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gcov-io.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/read-rtl-function.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/varasm.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/c-tree.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/langhooks-def.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/liblto_plugin.so" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/target.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcc.br_real" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/debug.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/target-globals.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sreal.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/vtable-verify.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sese.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hash-map.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-threadbackward.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/timevar.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/gsyslimits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/mode-classes.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-fold.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dce.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/expr.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/libiberty.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hsa-builtins.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/collect2" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/configargs.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcov-dump" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hosthooks.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gsyslimits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/glimits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tracer.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gstab.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/limity.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ipa-reference.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/asan.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/gcov.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ipa-chkp.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/options.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/float.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/plugin-version.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-dump.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/defaults.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-eh.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/c-family/c-pragma.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-c++filt" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/convert.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/elfos.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/print-tree.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/collect2-aix.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssanames.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/flag-types.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hosthooks-def.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/filenames.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/except.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dwarf2out.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-chkp.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-loop.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-size" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/md5.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/omp-low.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/params.list" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/lcm.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ira-int.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-predict.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/reg-notes.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cppbuiltin.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/lto-wrapper" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/typeclass.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/params.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/c-family/c-common.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-phinodes.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ansidecl.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ipa-inline.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/optabs-libfuncs.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/selftest.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/stmt.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gengtype.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/graphite.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cgraph.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/arm-flags.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/libfuncs.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/crtfastmath.o" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ipa-prop.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-cpp" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-builder.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/crtend.o" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/stdatomic.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/bpabi.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-walk.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcc-nm" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/valtrack.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-diagnostic.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/opts-diagnostic.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hooks.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/bb-reorder.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/diagnostic.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcc-ar" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/aarch-common-protos.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-elfedit" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/timevar.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/omp-offload.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/xcoff.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed/README" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/linux-eabi.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ira.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/treestruct.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-cpp.br_real" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/recog.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cpplib.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/memmodel.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/targhooks.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/fold-const.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/wide-int.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/basic-block.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/conditions.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/vxworks-dummy.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/rtl-iter.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tm_p.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/reload.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/highlev-plugin-common.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/arm_neon.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/genrtl.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/xcoffout.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/typed-splay-tree.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-iterator.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-loop-niter.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/rtl.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcc" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/opts.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/diagnostic-core.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hwint.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/edit-context.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/cc1" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfganal.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/objc/objc-tree.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ggc-internal.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/c-family/c-pretty-print.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/internal-fn.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/mkheaders" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/insn-codes.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/run-rtl-passes.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/glibc-stdint.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/iso646.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/initfini-array.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cselib.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hsa-common.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcov-tool" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/arm-cpu.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/builtins.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/flags.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-loop-ivopts.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcov" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/plugin-api.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ddg.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-low.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tm-preds.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/splay-tree.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/regset.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/wide-int-print.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/plugin.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/machmode.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/libgcc.a" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfg.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hash-set.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/stdalign.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/lto-section-names.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/print-rtl.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-stdarg.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dfp.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ada/gcc-interface/ada-tree.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/mem-stats.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/prefix.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/file-find.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dbgcnt.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/dbxelf.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/rtl.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/gengtype" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-coalesce.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/arm_cmse.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/auto-host.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./libexec/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/mkinstalldirs" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcov-tool" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/man/man1/arm-buildroot-linux-gnueabihf-gcov.1" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/builtin-attrs.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/spellcheck-tree.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sel-sched-ir.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/errors.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/value-prof.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/collect2.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-objcopy" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/lto-streamer.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-threadupdate.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gtm-builtins.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/shrink-wrap.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/stdint-gcc.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gsyms.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sanitizer.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcc-7.4.0.br_real" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/man/man7/gfdl.7" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/stringpool.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/arm-protos.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/plugin.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/intl.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/diagnostic-color.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sdbout.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dbxout.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/include/README" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sched-int.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple-streamer.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/is-a.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-propagate.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/vec.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/target-hooks-macros.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-addr2line" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/incpath.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gtype-desc.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-strip" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-pretty-print.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sync-builtins.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/coretypes.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/context.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/crtbeginS.o" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-as" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/elf.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/backend.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/optabs.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dwarf2asm.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/coverage.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gcov" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/lra-int.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/obstack.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/toplev.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-vectorizer.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/machmode.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/lto-compress.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-object-size.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/all-tree.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-ter.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-inline.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/graphds.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cilk-builtins.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/function.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tsystem.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-strings" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-data-ref.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/varargs.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/arm-isa.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cilk.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-into-ssa.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/omp-expand.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/install-tools/include/limits.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/man/man1/arm-buildroot-linux-gnueabihf-cpp.1" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/loop-unroll.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-readelf" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/omp-grid.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/optabs-tree.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/arm.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/langhooks.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-buildroot-linux-gnueabihf-gcc-7.4.0" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/lower-subreg.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gimple.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfgbuild.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/statistics.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/regcprop.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/sel-sched.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/target.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/signop.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/bversion.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cppdefault.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/stdnoreturn.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/rtlhooks-def.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include/stdint.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-hasher.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config/arm/linux-elf.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./share/man/man1/arm-buildroot-linux-gnueabihf-gcc.1" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/system.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa-operands.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-gprof" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/selftest-rtl.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ssa.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-pass.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/config.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/fibonacci_heap.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/target-insns.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/internal-fn.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/read-md.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfgexpand.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/emit-rtl.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/cfgloopmanip.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-ar" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/collect-utils.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/dbgcnt.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/gsstruct.def" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/spellcheck.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./bin/arm-linux-objdump" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/hashtab.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/ipa-utils.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
Warning: host file "./lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/plugin/include/tree-ssa.h" is touched by more than one package: [u'host-gcc-initial', u'host-gcc-final']
/usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.#console::respawn:/sbin/getty -L console 0 vt100 #' /home/andrija/Downloads/buildroot-1.0/output/target/etc/inittab
/usr/bin/sed -i -e '/^#.
-o remount,rw /$/s~^#+~~' /home/andrija/Downloads/buildroot-1.0/output/target/etc/inittab
if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/andrija/Downloads/buildroot-1.0/output/target/etc/shells || echo "/bin/ash" >> /home/andrija/Downloads/buildroot-1.0/output/target/etc/shells; fi
if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/andrija/Downloads/buildroot-1.0/output/target/etc/shells || echo "/bin/hush" >> /home/andrija/Downloads/buildroot-1.0/output/target/etc/shells; fi
mkdir -p /home/andrija/Downloads/buildroot-1.0/output/host/etc/meson
sed -e "s%@TARGET_CROSS@%/home/andrija/Downloads/buildroot-1.0/output/host/bin/arm-buildroot-linux-gnueabihf-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os %g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os %g" -e "s%@HOST_DIR@%/home/andrija/Downloads/buildroot-1.0/output/host%g" package/meson//cross-compilation.conf.in > /home/andrija/Downloads/buildroot-1.0/output/host/etc/meson/cross-compilation.conf
mkdir -p /home/andrija/Downloads/buildroot-1.0/output/target/etc
echo "buildroot" > /home/andrija/Downloads/buildroot-1.0/output/target/etc/hostname
/usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/andrija/Downloads/buildroot-1.0/output/target/etc/hosts
mkdir -p /home/andrija/Downloads/buildroot-1.0/output/target/etc
echo "Welcome to Buildroot" > /home/andrija/Downloads/buildroot-1.0/output/target/etc/issue
/usr/bin/sed -i -e s,^root:[^:]:,root::, /home/andrija/Downloads/buildroot-1.0/output/target/etc/shadow
grep -qsE '^/bin/sh$' /home/andrija/Downloads/buildroot-1.0/output/target/etc/shells || echo "/bin/sh" >> /home/andrija/Downloads/buildroot-1.0/output/target/etc/shells
rm -f /home/andrija/Downloads/buildroot-1.0/output/build/locales.nopurge
for i in C en_US locale-archive; do echo $i >> /home/andrija/Downloads/buildroot-1.0/output/build/locales.nopurge; done
for dir in ; do for langdir in $dir/
; do if [ -e "${langdir}" ]; then grep -qx "${langdir##/}" /home/andrija/Downloads/buildroot-1.0/output/build/locales.nopurge || rm -rf $langdir; fi done; done
if [ -d /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/X11/locale/locale.dir; fi
rm -rf /home/andrija/Downloads/buildroot-1.0/output/target/usr/include /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/aclocal
/home/andrija/Downloads/buildroot-1.0/output/target/usr/lib/pkgconfig /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/pkgconfig
/home/andrija/Downloads/buildroot-1.0/output/target/usr/lib/cmake /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/cmake
find /home/andrija/Downloads/buildroot-1.0/output/target/usr/{lib,share}/ -name '
.cmake' -print0 | xargs -0 rm -f
find /home/andrija/Downloads/buildroot-1.0/output/target/lib/ /home/andrija/Downloads/buildroot-1.0/output/target/usr/lib/ /home/andrija/Downloads/buildroot-1.0/output/target/usr/libexec/
( -name '.a' -o -name '.la' ) -print0 | xargs -0 rm -f
find: ‘/home/andrija/Downloads/buildroot-1.0/output/target/usr/libexec/’: No such file or directory
rm -rf /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/gdb
rm -rf /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/bash-completion
rm -rf /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/zsh
rm -rf /home/andrija/Downloads/buildroot-1.0/output/target/usr/man /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/man
rm -rf /home/andrija/Downloads/buildroot-1.0/output/target/usr/info /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/info
rm -rf /home/andrija/Downloads/buildroot-1.0/output/target/usr/doc /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/doc
rm -rf /home/andrija/Downloads/buildroot-1.0/output/target/usr/share/gtk-doc
rmdir /home/andrija/Downloads/buildroot-1.0/output/target/usr/share 2>/dev/null || true
find /home/andrija/Downloads/buildroot-1.0/output/target -type f ( -perm /111 -o -name '.so' ) -not ( -name 'libpthread*.so*' -o -name 'ld-.so' -o -name '.ko' ) -print0 | xargs -0 /home/andrija/Downloads/buildroot-1.0/output/host/bin/arm-buildroot-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true
find /home/andrija/Downloads/buildroot-1.0/output/target ( -name 'ld-
.so*' -o -name 'libpthread*.so*' ) -print0 | xargs -0 -r /home/andrija/Downloads/buildroot-1.0/output/host/bin/arm-buildroot-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true
test -f /home/andrija/Downloads/buildroot-1.0/output/target/etc/ld.so.conf &&
{ echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true
test -d /home/andrija/Downloads/buildroot-1.0/output/target/etc/ld.so.conf.d &&
{ echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true
mkdir -p /home/andrija/Downloads/buildroot-1.0/output/target/etc
(
echo "NAME=Buildroot";
echo "VERSION=2019.02.5";
echo "ID=buildroot";
echo "VERSION_ID=2019.02.5";
echo "PRETTY_NAME="Buildroot 2019.02.5""
) > /home/andrija/Downloads/buildroot-1.0/output/target/usr/lib/os-release
ln -sf ../usr/lib/os-release /home/andrija/Downloads/buildroot-1.0/output/target/etc

Sanitizing RPATH in target tree
/home/andrija/Downloads/buildroot-1.0/support/scripts/fix-rpath target
Copying overlay board/ftdev/rpi3/rootfs_overlay
rsync: change_dir "/home/andrija/Downloads/buildroot-1.0//board/ftdev/rpi3/rootfs_overlay" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
make[1]: *** [Makefile:764: target-finalize] Error 23
make: *** [Makefile:84: _all] Error 2

I am using a newer version of Linux Mint. If you need additional info just let me know.
gcc --version
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Can I build fast boot for rpi4(rpi4 module)

Hi. Thank you for you fast boot build it work very well(i use it with can0) for a long time. Can I build it for rpi4 (rpi4 compute module) ? Please tell me the algorithm of actions for this?Thank you.

"make linux-xconfig" command not working

I am trying to enable the CAN interface by following this thread #10. I managed to make xconfig, but when I run "make linux-xconfig" I get the following output

/bin/make -j1 O=/home/andrija/buildroot-ftdev/output HOSTCC="/bin/gcc" HOSTCXX="/bin/g++" syncconfig
BR_BINARIES_DIR=/home/andrija/buildroot-ftdev/output/images PKG_CONFIG_PATH="" /bin/make -j5 -C /home/andrija/buildroot-ftdev/output/build/linux-c117a8bccf37bfba323065b566cf999ed4629a4a HOSTCC=/bin/gcc HOSTCC="/bin/gcc -O2 -I/home/andrija/buildroot-ftdev/output/host/include -L/home/andrija/buildroot-ftdev/output/host/lib -Wl,-rpath,/home/andrija/buildroot-ftdev/output/host/lib" ARCH=arm INSTALL_MOD_PATH=/home/andrija/buildroot-ftdev/output/target CROSS_COMPILE="/home/andrija/buildroot-ftdev/output/host/bin/arm-buildroot-linux-gnueabihf-" DEPMOD=/home/andrija/buildroot-ftdev/output/host/sbin/depmod INSTALL_MOD_STRIP=1 HOSTCC="/bin/gcc" xconfig
MOC scripts/kconfig/qconf.moc
/bin/sh: 1: /home/qt/work/install/bin/moc: not found
make[3]: *** [scripts/kconfig/Makefile:292: scripts/kconfig/qconf.moc] Error 127
make[2]: *** [Makefile:517: xconfig] Error 2
make[1]: *** [linux/linux.mk:565: /home/andrija/buildroot-ftdev/output/build/linux-c117a8bccf37bfba323065b566cf999ed4629a4a/.kconfig_editor_xconfig] Error 2
make: *** [Makefile:84: _all] Error 2

Obviously the /home/qt/work/install/bin/moc file is missing. Any hints on how to obtain it? If you need additional information I will provide it.

Buildroot is not building

`/usr/bin/make -j1 O=/home/emre/os/os2/buildroot/output HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig
make[2]: uyarı: alt derlemede -jN zorlandı: iş sunucusu kipi kapatılıyor.

glibc glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89 Building
PATH="/home/emre/os/os2/buildroot/output/host/bin:/home/emre/os/os2/buildroot/output/host/sbin:/home/emre/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -C /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build
/usr/bin/make -r PARALLELMFLAGS="" -C /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89 objdir=pwd all
/usr/bin/make subdir=csu -C csu ..=../ subdir_lib
/usr/bin/make subdir=iconv -C iconv ..=../ subdir_lib
/usr/bin/make subdir=locale -C locale ..=../ subdir_lib
/usr/bin/make subdir=localedata -C localedata ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=iconvdata -C iconvdata ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=assert -C assert ..=../ subdir_lib
/usr/bin/make subdir=ctype -C ctype ..=../ subdir_lib
/usr/bin/make subdir=intl -C intl ..=../ subdir_lib
/usr/bin/make subdir=catgets -C catgets ..=../ subdir_lib
/usr/bin/make subdir=math -C math ..=../ subdir_lib
/usr/bin/make subdir=setjmp -C setjmp ..=../ subdir_lib
/usr/bin/make subdir=signal -C signal ..=../ subdir_lib
/usr/bin/make subdir=stdlib -C stdlib ..=../ subdir_lib
/usr/bin/make subdir=stdio-common -C stdio-common ..=../ subdir_lib
/usr/bin/make subdir=libio -C libio ..=../ subdir_lib
/usr/bin/make subdir=dlfcn -C dlfcn ..=../ subdir_lib
/usr/bin/make subdir=malloc -C malloc ..=../ subdir_lib
/usr/bin/make subdir=string -C string ..=../ subdir_lib
/usr/bin/make subdir=wcsmbs -C wcsmbs ..=../ subdir_lib
/usr/bin/make subdir=timezone -C timezone ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=time -C time ..=../ subdir_lib
/usr/bin/make subdir=dirent -C dirent ..=../ subdir_lib
/usr/bin/make subdir=grp -C grp ..=../ subdir_lib
/usr/bin/make subdir=pwd -C pwd ..=../ subdir_lib
/usr/bin/make subdir=posix -C posix ..=../ subdir_lib
/usr/bin/make subdir=io -C io ..=../ subdir_lib
/usr/bin/make subdir=termios -C termios ..=../ subdir_lib
/usr/bin/make subdir=resource -C resource ..=../ subdir_lib
/usr/bin/make subdir=misc -C misc ..=../ subdir_lib
/usr/bin/make subdir=socket -C socket ..=../ subdir_lib
/usr/bin/make subdir=sysvipc -C sysvipc ..=../ subdir_lib
/usr/bin/make subdir=gmon -C gmon ..=../ subdir_lib
/usr/bin/make subdir=gnulib -C gnulib ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=wctype -C wctype ..=../ subdir_lib
/usr/bin/make subdir=manual -C manual ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=shadow -C shadow ..=../ subdir_lib
/usr/bin/make subdir=gshadow -C gshadow ..=../ subdir_lib
/usr/bin/make subdir=po -C po ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=argp -C argp ..=../ subdir_lib
/usr/bin/make subdir=nptl -C nptl ..=../ subdir_lib
/usr/bin/make subdir=rt -C rt ..=../ subdir_lib
/usr/bin/make subdir=conform -C conform ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=debug -C debug ..=../ subdir_lib
/usr/bin/make subdir=mathvec -C mathvec ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=support -C support ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=crypt -C crypt ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=nptl_db -C nptl_db ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=inet -C inet ..=../ subdir_lib
/usr/bin/make subdir=resolv -C resolv ..=../ subdir_lib
/usr/bin/make subdir=nss -C nss ..=../ subdir_lib
/usr/bin/make subdir=hesiod -C hesiod ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=sunrpc -C sunrpc ..=../ subdir_lib
/usr/bin/make subdir=nis -C nis ..=../ subdir_lib
make[4]: Nothing to be done for 'subdir_lib'.
/usr/bin/make subdir=nscd -C nscd ..=../ subdir_lib
/usr/bin/make subdir=streams -C streams ..=../ subdir_lib
/usr/bin/make subdir=login -C login ..=../ subdir_lib
/usr/bin/make subdir=elf -C elf ..=../ subdir_lib
/usr/bin/make -f /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/elf/librtld.mk -f rtld-Rules
/usr/bin/make subdir=csu -C ../csu ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-check_fds.os rtld-errno.os rtld-sysdep.os'
/usr/bin/make subdir=dirent -C ../dirent ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-closedir.os rtld-readdir.os rtld-rewinddir.os rtld-getdents.os rtld-fdopendir.os'
/usr/bin/make subdir=elf -C ../elf ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-dl-addr-obj.os'
/usr/bin/make subdir=gmon -C ../gmon ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-profil.os rtld-prof-freq.os'
/usr/bin/make subdir=io -C ../io ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-xstat64.os rtld-fxstat64.os rtld-lxstat64.os rtld-lseek.os rtld-lseek64.os rtld-access.os rtld-close_nocancel.os rtld-fcntl_nocancel.os rtld-open_nocancel.os rtld-open64_nocancel.os rtld-openat64_nocancel.os rtld-read_nocancel.os rtld-write_nocancel.os'
/usr/bin/make subdir=malloc -C ../malloc ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-scratch_buffer_set_array_size.os'
/usr/bin/make subdir=misc -C ../misc ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-mmap.os rtld-munmap.os rtld-mprotect.os'
/usr/bin/make subdir=nptl -C ../nptl ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-libc-lowlevellock.os'
/usr/bin/make subdir=posix -C ../posix ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-uname.os rtld-_exit.os rtld-getpid.os rtld-environ.os'
/usr/bin/make subdir=setjmp -C ../setjmp ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-setjmp.os rtld-__longjmp.os'
/usr/bin/make subdir=signal -C ../signal ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-sigaction.os rtld-sigrestorer.os rtld-raise.os'
/usr/bin/make subdir=string -C ../string ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-strchr.os rtld-strcmp.os rtld-strcspn.os rtld-strdup.os rtld-strlen.os rtld-strnlen.os rtld-strncmp.os rtld-memchr.os rtld-memcmp.os rtld-memmove.os rtld-memset.os rtld-mempcpy.os rtld-stpcpy.os rtld-memcpy.os rtld-rawmemchr.os rtld-strchrnul.os'
/usr/bin/make subdir=time -C ../time ..=../ objdir=/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -f Makefile -f ../elf/rtld-Rules rtld-all rtld-modules='rtld-setitimer.os'
make[6]: Nothing to be done for 'rtld-all'.
/usr/bin/make subdir=csu -C csu ..=../ others
/usr/bin/make subdir=iconv -C iconv ..=../ others
/usr/bin/make subdir=locale -C locale ..=../ others
/usr/bin/make subdir=localedata -C localedata ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=iconvdata -C iconvdata ..=../ others
/usr/bin/make subdir=assert -C assert ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=ctype -C ctype ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=intl -C intl ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=catgets -C catgets ..=../ others
/usr/bin/make subdir=math -C math ..=../ others
/usr/bin/make subdir=setjmp -C setjmp ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=signal -C signal ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=stdlib -C stdlib ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=stdio-common -C stdio-common ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=libio -C libio ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=dlfcn -C dlfcn ..=../ others
/usr/bin/make subdir=malloc -C malloc ..=../ others
/usr/bin/make subdir=string -C string ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=wcsmbs -C wcsmbs ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=timezone -C timezone ..=../ others
/usr/bin/make subdir=time -C time ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=dirent -C dirent ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=grp -C grp ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=pwd -C pwd ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=posix -C posix ..=../ others
/usr/bin/make subdir=io -C io ..=../ others
/usr/bin/make subdir=termios -C termios ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=resource -C resource ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=misc -C misc ..=../ others
/usr/bin/make subdir=socket -C socket ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=sysvipc -C sysvipc ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=gmon -C gmon ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=gnulib -C gnulib ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=wctype -C wctype ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=manual -C manual ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=shadow -C shadow ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=gshadow -C gshadow ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=po -C po ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=argp -C argp ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=nptl -C nptl ..=../ others
/usr/bin/make subdir=rt -C rt ..=../ others
/usr/bin/make subdir=conform -C conform ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=debug -C debug ..=../ others
/usr/bin/make subdir=mathvec -C mathvec ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=support -C support ..=../ others
/usr/bin/make subdir=crypt -C crypt ..=../ others
/usr/bin/make subdir=nptl_db -C nptl_db ..=../ others
/usr/bin/make subdir=inet -C inet ..=../ others
make[4]: Nothing to be done for 'others'.
/usr/bin/make subdir=resolv -C resolv ..=../ others
/usr/bin/make subdir=nss -C nss ..=../ others
/usr/bin/make subdir=hesiod -C hesiod ..=../ others
/usr/bin/make subdir=sunrpc -C sunrpc ..=../ others
/home/emre/os/os2/buildroot/output/host/bin/arm-buildroot-linux-gnueabihf-gcc /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -Wstrict-prototypes -Wold-style-definition -fmath-errno -Wno-unused -fPIC -I../include -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/arm/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/include -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed -isystem /home/emre/os/os2/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include -D_LIBC_REENTRANT -include /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/libc-modules.h -DMODULE_NAME=librpcsvc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -o /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.o -MD -MP -MF /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.o.dt -MT /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.o
/home/emre/os/os2/buildroot/output/host/bin/arm-buildroot-linux-gnueabihf-gcc /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -Wstrict-prototypes -Wold-style-definition -fmath-errno -Wno-unused -fPIC -I../include -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/arm/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/include -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed -isystem /home/emre/os/os2/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include -D_LIBC_REENTRANT -include /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/libc-modules.h -DMODULE_NAME=librpcsvc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -o /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.o -MD -MP -MF /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.o.dt -MT /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.o
/home/emre/os/os2/buildroot/output/host/bin/arm-buildroot-linux-gnueabihf-gcc /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -Wstrict-prototypes -Wold-style-definition -fmath-errno -Wno-unused -fPIC -I../include -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/arm/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/include -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed -isystem /home/emre/os/os2/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include -D_LIBC_REENTRANT -include /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/libc-modules.h -DMODULE_NAME=librpcsvc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -o /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.o -MD -MP -MF /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.o.dt -MT /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.o
/home/emre/os/os2/buildroot/output/host/bin/arm-buildroot-linux-gnueabihf-gcc /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -Wstrict-prototypes -Wold-style-definition -fmath-errno -Wno-unused -fPIC -I../include -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/arm/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/include -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed -isystem /home/emre/os/os2/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include -D_LIBC_REENTRANT -include /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/libc-modules.h -DMODULE_NAME=librpcsvc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -o /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.o -MD -MP -MF /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.o.dt -MT /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.o
/home/emre/os/os2/buildroot/output/host/bin/arm-buildroot-linux-gnueabihf-gcc /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -Wstrict-prototypes -Wold-style-definition -fmath-errno -Wno-unused -fPIC -I../include -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc -I/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/arm/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/include -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include -isystem /home/emre/os/os2/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed -isystem /home/emre/os/os2/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include -D_LIBC_REENTRANT -include /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/libc-modules.h -DMODULE_NAME=librpcsvc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -o /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.o -MD -MP -MF /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.o.dt -MT /home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.o
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c: In function 'xdr_klm_holder':
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c:55:4: error: implicit declaration of function 'IXDR_PUT_iNT'; did you mean 'IXDR_PUT_LONG'? [-Werror=implicit-function-declaration]
IXDR_PUT_iNT(buf, objp->svid);
^~~~~~~~~~~~
IXDR_PUT_LONG
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c:56:4: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration]
IXDR_PUT_U_iNT(buf, objp->l_offset);
^~~~~~~~~~~~~~
IXDR_PUT_U_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c: In function 'xdr_statstime':
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c:66:5: error: implicit declaration of function 'IXDR_PUT_iNT'; did you mean 'IXDR_PUT_LONG'? [-Werror=implicit-function-declaration]
IXDR_PUT_iNT(buf, *genp++);
^~~~~~~~~~~~
IXDR_PUT_LONG
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c:73:17: error: implicit declaration of function 'IXDR_GET_iNT'; did you mean 'IXDR_GET_INT32'? [-Werror=implicit-function-declaration]
objp->svid = IXDR_GET_iNT(buf);
^~~~~~~~~~~~
IXDR_GET_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.c: In function 'xdr_rex_start':
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.c:48:4: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration]
IXDR_PUT_U_iNT(buf, objp->rst_port0);
^~~~~~~~~~~~~~
IXDR_PUT_U_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c:74:21: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration]
objp->l_offset = IXDR_GET_U_iNT(buf);
^~~~~~~~~~~~~~
IXDR_GET_U_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c:77:3: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration]
IXDR_PUT_U_iNT(buf, objp->v_pgpgin);
^~~~~~~~~~~~~~
IXDR_PUT_U_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.c:78:22: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration]
objp->rst_port0 = IXDR_GET_U_iNT(buf);
^~~~~~~~~~~~~~
IXDR_GET_U_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c:142:15: error: implicit declaration of function 'IXDR_GET_iNT'; did you mean 'IXDR_GET_INT32'? [-Werror=implicit-function-declaration]
*genp++ = IXDR_GET_iNT(buf);
^~~~~~~~~~~~
IXDR_GET_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c:153:20: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration]
objp->v_pgpgin = IXDR_GET_U_iNT(buf);
^~~~~~~~~~~~~~
IXDR_GET_U_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.c: In function 'xdr_fattr':
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.c:84:3: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration]
IXDR_PUT_U_iNT(buf, objp->mode);
^~~~~~~~~~~~~~
IXDR_PUT_U_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.c:129:16: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration]
objp->mode = IXDR_GET_U_iNT(buf);
^~~~~~~~~~~~~~
IXDR_GET_U_INT32
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c: In function 'xdr_rquota':
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c:50:4: error: implicit declaration of function 'IXDR_PUT_iNT'; did you mean 'IXDR_PUT_LONG'? [-Werror=implicit-function-declaration]
IXDR_PUT_iNT(buf, objp->rq_bsize);
^~~~~~~~~~~~
IXDR_PUT_LONG
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c:52:4: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration]
IXDR_PUT_U_iNT(buf, objp->rq_bhardlimit);
^~~~~~~~~~~~~~
IXDR_PUT_U_INT32
cc1: all warnings being treated as errors
../o-iterator.mk:9: recipe for target '/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.o' failed
make[4]: *** [/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.o] Error 1
make[4]: *** Bitmemiş işler için bekliyor....
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c:86:21: error: implicit declaration of function 'IXDR_GET_iNT'; did you mean 'IXDR_GET_INT32'? [-Werror=implicit-function-declaration]
objp->rq_bsize = IXDR_GET_iNT(buf);
^~~~~~~~~~~~
IXDR_GET_INT32
cc1: all warnings being treated as errors
../o-iterator.mk:9: recipe for target '/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.o' failed
make[4]: *** [/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.o] Error 1
/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c:88:26: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration]
objp->rq_bhardlimit = IXDR_GET_U_iNT(buf);
^~~~~~~~~~~~~~
IXDR_GET_U_INT32
cc1: all warnings being treated as errors
../o-iterator.mk:9: recipe for target '/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.o' failed
make[4]: *** [/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.o] Error 1
cc1: all warnings being treated as errors
../o-iterator.mk:9: recipe for target '/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.o' failed
make[4]: *** [/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.o] Error 1
cc1: all warnings being treated as errors
../o-iterator.mk:9: recipe for target '/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.o' failed
make[4]: *** [/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.o] Error 1
Makefile:258: recipe for target 'sunrpc/others' failed
make[3]: *** [sunrpc/others] Error 2
Makefile:9: recipe for target 'all' failed
make[2]: *** [all] Error 2
package/pkg-generic.mk:238: recipe for target '/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/.stamp_built' failed
make[1]: *** [/home/emre/os/os2/buildroot/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/.stamp_built] Error 2
Makefile:84: recipe for target '_all' failed
make: *** [_all] Error 2
`

hata bu şekilde

Additional optimizations

I'm attempting a similar project for the Raspberry Pi Zero. Here are some additional optimizations I have found:

Building issue on WSL

Hi! Thank you for this amazing resource! I've been trying to build it as mentioned in README.md, using WSL, but I get the following error when running the command: make -j8

make[3]: *** [Makefile:642: libfakeroot.lo] Error 1
make[3]: Leaving directory '/home/visheshv/bruh/buildroot/output/build/host-fakeroot-1.20.2'
make[2]: *** [Makefile:660: all-recursive] Error 1
make[2]: Leaving directory '/home/visheshv/bruh/buildroot/output/build/host-fakeroot-1.20.2'
make[1]: *** [Makefile:434: all] Error 2
make[1]: Leaving directory '/home/visheshv/bruh/buildroot/output/build/host-fakeroot-1.20.2'
make: *** [package/pkg-generic.mk:241: /home/visheshv/bruh/buildroot/output/build/host-fakeroot-1.20.2/.stamp_built] Error 2

QT Won't build

When trying to build your example QT project following error occurs:

"arm-buildroot-linux-gnueabihf-g++.br_real: error: /home/parallels/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libudev.so: No such file or directory
make: *** [Makefile:293: QmlTestApplication] Error 1"

libfakeroot issue.

Hello I have been chasing this issue and I can not figure it out or come close to fixing it, I have spent weeks googling and trying to resolve it but it always fails at this spot. please any information would be greatly appreciated.

| struct stat *
libfakeroot.c:89:46: note: in definition of macro 'SEND_GET_STAT64'
89 | #define SEND_GET_STAT64(a,b) send_get_stat64(a)
| ^
In file included from libfakeroot.c:60:
communicate.h:209:44: note: expected 'struct stat64 *' but argument is of type 'struct stat *'
209 | extern void send_get_stat64(struct stat64 *buf);
| ~~~~~~~~~~~~~~~^~~
make[4]: *** [Makefile:642: libfakeroot.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:660: all-recursive] Error 1
make[2]: *** [Makefile:434: all] Error 2
make[1]: *** [package/pkg-generic.mk:241: /home/justin/Desktop/buildroot-ftdev/output/build/host-fakeroot-1.20.2/.stamp_built] Error 2
make: *** [Makefile:84: _all] Error 2

QT Support - Compile static Apps

I compiled QT using you provided script.
But when I compile the executable it looks like a dynamic:
openglwindow

/ mnt / nfs-shared / root / openglwindow: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU / Linux), dynamically linked, interpreter / lib / ld-, for GNU / Linux 4.14.0, not stripped

i need change some config ?

Supporting Various Models

Just a coincidence, but I came across this project the same day as the RPi Zero 2 was announced!

Which begs the question: Will there be support for other models?

On it's face, this project seems destined to be a godsend for the Zero(or Zeroes now), as booting one in even half of the time it currently takes would certainly be invaluable in many IoT and embedded applications.

Raspberry pi 3 ftdev confiği derlenmiyor

hata.txt
Furkan selam.

Aşağıda ki işletim sistemi yüklü
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal

Senin githubtaki buildroot u indirip make ftdev_rpi3_fastboot_defconfig ile config seçimini yapıyorum. Bir kez başarılı derleme görmek için config üzerinde hiçbir değişiklik yapmadan. Derleme işlemini make ile gerçekleştiriyorum. make -j8 8çekirdekli işlemci olması durumunda geçerli olacağını öğrendim. Kullandığım makine 4 çekirdekli lakin sürek kısıtı gözetmeksizin normal bir derleme için make komutunu kullandım. Sonuç itibari ile aşağıda ki hata ile işlem yarım kalmaktadır.
/home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c: In function 'xdr_statstime': /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c:66:5: error: implicit declaration of function 'IXDR_PUT_iNT'; did you mean 'IXDR_PUT_LONG'? [-Werror=implicit-function-declaration] IXDR_PUT_iNT(buf, *genp++); ^~~~~~~~~~~~ IXDR_PUT_LONG /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c:77:3: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration] IXDR_PUT_U_iNT(buf, objp->v_pgpgin); ^~~~~~~~~~~~~~ IXDR_PUT_U_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c:142:15: error: implicit declaration of function 'IXDR_GET_iNT'; did you mean 'IXDR_GET_INT32'? [-Werror=implicit-function-declaration] *genp++ = IXDR_GET_iNT(buf); ^~~~~~~~~~~~ IXDR_GET_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.c:153:20: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration] objp->v_pgpgin = IXDR_GET_U_iNT(buf); ^~~~~~~~~~~~~~ IXDR_GET_U_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c: In function 'xdr_klm_holder': /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c:55:4: error: implicit declaration of function 'IXDR_PUT_iNT'; did you mean 'IXDR_PUT_LONG'? [-Werror=implicit-function-declaration] IXDR_PUT_iNT(buf, objp->svid); ^~~~~~~~~~~~ IXDR_PUT_LONG /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c:56:4: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration] IXDR_PUT_U_iNT(buf, objp->l_offset); ^~~~~~~~~~~~~~ IXDR_PUT_U_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.c: In function 'xdr_rex_start': /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.c:48:4: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration] IXDR_PUT_U_iNT(buf, objp->rst_port0); ^~~~~~~~~~~~~~ IXDR_PUT_U_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/host/bin/arm-buildroot-linux-gnueabihf-gcc /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrusers.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -Wstrict-prototypes -Wold-style-definition -fmath-errno -Wno-unused -fPIC -I../include -I/home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc -I/home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/arm/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/include -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include -D_LIBC_REENTRANT -include /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/libc-modules.h -DMODULE_NAME=librpcsvc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -o /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrusers.o -MD -MP -MF /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrusers.o.dt -MT /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrusers.o /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c:73:17: error: implicit declaration of function 'IXDR_GET_iNT'; did you mean 'IXDR_GET_INT32'? [-Werror=implicit-function-declaration] objp->svid = IXDR_GET_iNT(buf); ^~~~~~~~~~~~ IXDR_GET_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/host/bin/arm-buildroot-linux-gnueabihf-gcc /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xspray.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -Wstrict-prototypes -Wold-style-definition -fmath-errno -Wno-unused -fPIC -I../include -I/home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc -I/home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/arm/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/include -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include -D_LIBC_REENTRANT -include /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/libc-modules.h -DMODULE_NAME=librpcsvc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -o /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xspray.o -MD -MP -MF /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xspray.o.dt -MT /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xspray.o /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.c:78:22: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration] objp->rst_port0 = IXDR_GET_U_iNT(buf); ^~~~~~~~~~~~~~ IXDR_GET_U_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.c:74:21: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration] objp->l_offset = IXDR_GET_U_iNT(buf); ^~~~~~~~~~~~~~ IXDR_GET_U_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/host/bin/arm-buildroot-linux-gnueabihf-gcc /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -Wstrict-prototypes -Wold-style-definition -fmath-errno -Wno-unused -fPIC -I../include -I/home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc -I/home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/arm/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/include -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include -D_LIBC_REENTRANT -include /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/libc-modules.h -DMODULE_NAME=librpcsvc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -o /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.o -MD -MP -MF /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.o.dt -MT /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.o /home/mustafa/İndirilenler/buildroot-ftdev/output/host/bin/arm-buildroot-linux-gnueabihf-gcc /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -Wstrict-prototypes -Wold-style-definition -fmath-errno -Wno-unused -fPIC -I../include -I/home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc -I/home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/arm/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/include -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/include-fixed -isystem /home/mustafa/İndirilenler/buildroot-ftdev/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include -D_LIBC_REENTRANT -include /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/libc-modules.h -DMODULE_NAME=librpcsvc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -o /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.o -MD -MP -MF /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.o.dt -MT /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.o cc1: all warnings being treated as errors make[4]: *** [../o-iterator.mk:9: /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xklm_prot.o] Error 1 make[4]: *** Bitmemiş işler için bekliyor.... cc1: all warnings being treated as errors make[4]: *** [../o-iterator.mk:9: /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrex.o] Error 1 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c: In function 'xdr_rquota': /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c:50:4: error: implicit declaration of function 'IXDR_PUT_iNT'; did you mean 'IXDR_PUT_LONG'? [-Werror=implicit-function-declaration] IXDR_PUT_iNT(buf, objp->rq_bsize); ^~~~~~~~~~~~ IXDR_PUT_LONG /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c:52:4: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration] IXDR_PUT_U_iNT(buf, objp->rq_bhardlimit); ^~~~~~~~~~~~~~ IXDR_PUT_U_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c:86:21: error: implicit declaration of function 'IXDR_GET_iNT'; did you mean 'IXDR_GET_INT32'? [-Werror=implicit-function-declaration] objp->rq_bsize = IXDR_GET_iNT(buf); ^~~~~~~~~~~~ IXDR_GET_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.c:88:26: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration] objp->rq_bhardlimit = IXDR_GET_U_iNT(buf); ^~~~~~~~~~~~~~ IXDR_GET_U_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.c: In function 'xdr_fattr': /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.c:84:3: error: implicit declaration of function 'IXDR_PUT_U_iNT'; did you mean 'IXDR_PUT_U_INT32'? [-Werror=implicit-function-declaration] IXDR_PUT_U_iNT(buf, objp->mode); ^~~~~~~~~~~~~~ IXDR_PUT_U_INT32 /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.c:129:16: error: implicit declaration of function 'IXDR_GET_U_iNT'; did you mean 'IXDR_GET_U_INT32'? [-Werror=implicit-function-declaration] objp->mode = IXDR_GET_U_iNT(buf); ^~~~~~~~~~~~~~ IXDR_GET_U_INT32 cc1: all warnings being treated as errors make[4]: *** [../o-iterator.mk:9: /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrquota.o] Error 1 cc1: all warnings being treated as errors make[4]: *** [../o-iterator.mk:9: /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xrstat.o] Error 1 cc1: all warnings being treated as errors make[4]: *** [../o-iterator.mk:9: /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/build/sunrpc/xnfs_prot.o] Error 1 make[3]: *** [Makefile:258: sunrpc/others] Error 2 make[2]: *** [Makefile:9: all] Error 2 make[1]: *** [package/pkg-generic.mk:241: /home/mustafa/İndirilenler/buildroot-ftdev/output/build/glibc-glibc-2.28-110-g57922433fa038faa6e37798b9655f85a94978d89/.stamp_built] Error 2 make: *** [Makefile:84: _all] Error 2
Daha önce python yüklü değil ile alakalı hatalar alıyordum. alias ile python a python3 ü eklemiş ve bashrc üzerinde değişilik yaparak düzelttiğimi sandım ama işe yaramadı. Bu sebeple sudo apt install python yaparak doğrudan kurulum yaptım ve python kurulu değilmiş gibi kurulumu tamamladı. Muhtemelen ya o sürüm yoktu yada doğru bir yol veremediğim için indirdi. Bunu da not düşmüş olayım.
İlk hedefim senin sağlamış olduğun config ile temiz bir derleme sağlamak bunun için yardımcı olur musun ?
Hatanın bir bölümünü içeren kısım hata.txt ile ekte yer almaktadır.
Teşekkür ederim iyi çalışmalar.

Problem with enabling USB & Ethernet & Wlan support

Hi.
Congratulations on the job well done. performance on the base image is really good and even ready to use for pure embedded systems.
I need to modify the build root to support USB & Ethernet & Wlan on rpi3 b+ but unfortunately after trying many Q&A posts on the internet and forums failed to achieve my goal.

I will point out the articles that I used and what I did.

1_http://nightly.buildroot.org/manual.html
on this article, I read it all carefully and mostly focused on the "6.3. init system" part. I understood that I need to enable the
"ifup down scripts' in 'make menuconfig in order to make ifupdown available from the initab.
ofcurse we need to activate other options in this page to have proper access to network functionality but I'm not going to point them out since they are already activated in the default configuration.

2_https://jumpnowtek.com/rpi/Raspberry-Pi-Systems-with-Buildroot.html
Another build root but with long loading time (20 sec with class 10 sd card) but fully functional.
i noticed there are few differences in 'linux-menuconfig' command pannel. i assume it's because of the different version of the Linux kernel they used, any way I tried to hard copy the settings manually from this build root to yours but outcome was failure ofcurse. i tried to use the .config which is generated in the linux-(some odd code) instead of the original one and the os which came out of those configs wont even boot now. (didn't had much hope on this method at the start but I had to try)

3_https://git.busybox.net/busybox/tree/examples/inittab
I tried to understand the inittab mechanism in busybox and figured out it's working just fine and there is nothing I could do to improve/fix my situation.

4_https://subscription.packtpub.com/book/hardware_and_creative/9781783289455/1/ch01lvl1sec09/generating-a-basic-root-filesystem-must-know
Really long article on the matter of building root from scratch. it was just hard to relate the article sections to the your build root
but I can tell there is nothing missing on the matter.

so in short I have the drivers there from the 'linux-menuconfig' and proper packages from the 'menuconfig'. but my problem is still standing.
Any share of thoughts and opinions would be extremely welcome and appreciated.

Static compile of QT programm cannot find -lbcm_host libEGL.so

I follwed the tutorial on your website .
I can succesfully compile the image with buildroot .
When i try then to compile my programm static i get these two errors .

My .pro file has the following added 👍
QMAKE_LFLAGS += -static

My output fails for linking -lbcm_host and libEGL.so

/home/develop/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: cannot find -lbcm_host
/home/develop/buildroot/output/host/lib/gcc/arm-buildroot-linux-gnueabihf/7.4.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: attempted static link of dynamic object `/home/develop/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libEGL.so'

Sorry if this might be a very noobish question

I can't exit on rotating arrow app. I want to open terminal.

I'm running ubuntu on a MAC, usign VMware Fusion, so it's a virtual ubuntu machine, also I've a SDcard USB adapter to get mount the cards.
Every time I want to access the SD files in the ROOT partition it's Read Only Filesystem. I can' do nothing to modify a file there. So, I can't apply your suggest in another issue: Change the line console::respawn:/sbin/getty -L console 0 vt100 # GENERIC_SERIAL
to ttyAMA0::respawn:/sbin/getty -L ttyAMA0 0 vt100 # GENERIC_SERIAL

Neither as superuser, or root user.
Maybe it is because I use a sd adapter ? Or blame the virtual machine ... I don't know.

To check a fast boot and run my own code, first, i will try as you suggested other guys, the simple HelloWorld app. That's a very good idea. !!

Thank you & Cheers !
Rick.

How to change QT app?

Hey, thank you very much for the repo.
How can I change the QT application on the RPI? I've never worked with QT and would like to replace the spinning arrow example with my own code (not live link)

Thank you very much!

Raspberry Pi 3 fast boot img ready - Run Python app piSerial ttyS0 fast

Hi Furkan,
I am a big fan of raspberry pi and Python I have developed many scripts in Python Serial ttyX to extract data registers from controllers.

Now for a critical application I would need my Python serial application active in a few seconds, unfortunately even with raspberry pi 4 it takes an average of 5-7 seconds to initialize my script (I use the systemd linux daemon to activate my scripts).

I have to read from the serial and give immediate printing instructions on an ESC-POS label printer device, in a maximum of 2 seconds from power on my program must already be running on the raspberry.

Now I downloaded your fastboot raspberry image in 2 seconds, I wanted to ask you if you can use my scripts already, Python 3.7 is installed, can my python 3.7 script be run?

They tell me that ESP type microcontrollers are much faster to boot but I would like to stay on a fast raspberry linux board.

thanks for now
Rocco

Cannot run script

I have sucessfuly created the SD card image, but when I run "./build-rpi3-qt.sh" in terminal it says : "bash: ./build-rpi3-qt.sh: No such file or directory".

Is this automaticaly generated? I can't seem to find it anywhere.

Enable dmesg messages and USB

Hi, I tested your image and it works right now congratulations.

I am trying to enable some features little by little, and I am having difficulties. I was unable to make the logs work so it is very difficult to debug.

Can you help me ?

Cannot get new package (QT Module) to work

Hi,

When building buildroot with added package (qtquicktimeline) using make xconfig the resulting qt app will error out saying: "module qtquicktimeline not found".

How do we properly add the qt module?

Many thanks

QT5 example source code

Hello,

can you send qt5 source code of the example that is in the buildroot /root please?
It would be very helpful.

Thank you very much!

USB support issue

I am trying to expand on this project by adding usb support. I used the fastboot configuration as a starting point and checked USB support in the kernel configuration. But when I boot the OS there is no power on the USB ports. I started debugging and saw that /sys/bus/usb/devices is empty. I guess that the OS does not recognize the USB ports. Does anyone know what else do I need to do in order to enable USB support on this project? Any help is appreciated.

A few errors

make[3]: выход из каталога «/home/reanon/projects/test_kernel/buildroot-2020.02.2/output/qt/qt-everywhere-src-5.14.2/aaabuild/qtbase/src/network»
make[3]: выход из каталога «/home/reanon/projects/test_kernel/buildroot-2020.02.2/output/qt/qt-everywhere-src-5.14.2/aaabuild/qtbase/src/gui»
make[2]: *** [Makefile:569: sub-gui-install_subtargets] Ошибка 2
make[2]: выход из каталога «/home/reanon/projects/test_kernel/buildroot-2020.02.2/output/qt/qt-everywhere-src-5.14.2/aaabuild/qtbase/src»
make[1]: *** [Makefile:63: sub-src-install_subtargets] Ошибка 2
make[1]: выход из каталога «/home/reanon/projects/test_kernel/buildroot-2020.02.2/output/qt/qt-everywhere-src-5.14.2/aaabuild/qtbase»
make: *** [Makefile:100: module-qtbase-install_subtargets] Ошибка 2
Help me please ))

Systemd enable for flutter app

Tested existing repository and replaced own qt app and it ran fast. I was impressed.
My requirement is to run FLUTTER app instead of QT app. I read flutter engine require systemd.
So any help or advise?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.