Getting this build error ??

  • Hi


    I am trying to just do a quick none custom build

    I am using WMWare workstation pro and linux distro is debian 10 strech.

    300Gb disk 4Gb in ram


    I have cloned the git and installed all required files without any errors.

    Than I just run the make -C opendreambox image as a test to check all is working.


    But i get this error: I cant figure out what I am doing wrong


    Code
    ERROR: Task (/home/seagen/opendreambox/openembedded-core/meta/recipes-devtools/m4/m4-native_1.4.18.bb:do_compile) failed with exit code '1'

    Everything in life that's any fun is either immoral, illegal or fattening

  • cd /home/seagan/opendreambox/build/<box>

    source bitbake.env

    bitbake -Dv dreambox-image


    This will show more details. But you should also find a log of your first attempt. But running the above command will tell you the exact location (I don't know it from top of my head)

    Gruss
    Dre


    Boxen (im Einsatz): DM920, DM900, DMOne
    Developer Project Merlin - we are OpenSource

  • I found this error


    ../../m4-1.4.18/lib/freadahead.c:92:3: error: #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib."

    #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib."

    Everything in life that's any fun is either immoral, illegal or fattening