buildroot compilation error with python

  • Hello,


    I am trying to generate buildroot + kernel image supporting python 2.7, flask and LVDS output.
    After "make clean" for erasing, "make menuconfig" for new configuration on python + flask + other libraies, and "make" commands for building, the process gives me the following mistake:



    any tips?


    Thanks !

  • What Linux system are you using on the host PC? I assume that GCC is too new and the code that is used here does not work with it. We still recommend GCC-5 for our current releases.


    Your F&S Support Team

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Hi,


    I am using Fedora Virtual Machine from F&S.
    I just call "install_source" script, and launch "make fsimx6_std_defconfig" and "make"


    GCC version:


    [developer@localhost arm]$ gcc --version
    gcc (GCC) 5.3.1 20160406 (Red Hat 5.3.1-6)
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.