apertus-open-source-cinema / axiom-firmware

AXIOM firmware (linux image, gateware and software tools)
GNU General Public License v3.0
171 stars 54 forks source link

lut_conf does not build #118

Closed se6astian-pi closed 4 years ago

se6astian-pi commented 4 years ago

The remote beta is currently on 6be3f4cd-dirty.

The directory /opt/axiom-firmware/software/processing_tools/lut_conf/ contains no binary

Trying to build it shows:

make gcc -ggdb -Wall -std=gnu99 -O2 -c -o lut_conf.o lut_conf.c lut_conf.c:15:10: fatal error: iostream: No such file or directory

include

      ^~~~~~~~~~

compilation terminated. make: *** [: lut_conf.o] Error 1

rroohhh commented 4 years ago

Interesting, could you upload /var/build.log somewhere?

rroohhh commented 4 years ago

Ok, no idea, where the #include <iostream> line came from (its not present in the source on github) and why the binary vanished as according to the build log, lut_conf was sucessfully built.

I also double checked the newest version and lut_conf is also built sucessfully there, so considering there is now a lut_conf binary on the remote beta I would see this fixed.

se6astian-pi commented 4 years ago

Thanks, will flash latest firmware soon.