Help compiling package.mk, fatal error: gnu/stubs-soft.h: No such file or directory

  • I am trying to compile attract-mode for the amlogic s905, but its driving me crazy, I successfully compiled SFML which is required for Attract, but attract is failing with

    Searching around I found that you need to include -mfloat-abi-hard to the compiler flags, but its just not working, this is my package:


    Is there something I am missing ?

    Thanks!

    Edited once, last by niabi (March 8, 2018 at 6:32 PM).

  • are you sure you use LibreELEC at all?

    If make distclean (kills all you builddirs) and then build again won't work pls report it to the git repo that you are using.

    Not sure what you mean by that, but yes I am sure I am using LibreELEC.

    anyways I figured it out, but now I have a different problem

    undefined reference to `glBlendEquationSeparateOES

    which I guess is not really a LibreELEC problem.

  • as you have a package and a version that is not at our git tree at all :)

    Yeah sorry I forgot to mention that part. Its not an official build. I only posted the "important" parts of the package to keep the post shorter, but I figured passing CFLAGS would be the same, or why in this case is not working at all.

    edited to show the full package.mk

    Edited 2 times, last by niabi (March 8, 2018 at 6:33 PM).