webosbrew / hyperhdr-webos-loader

39 stars 34 forks source link

Need compile instructions #16

Closed NicolasR closed 1 year ago

NicolasR commented 1 year ago

Hello,

I'm trying to compile sources without any success for now. This is what i get when compiling build_hyperhdr.sh:

[  0%] Automatic MOC for target flatbuffers
[  1%] Generating version_features.c
[  1%] Automatic MOC for target flatc
[  2%] Automatic MOC for target qmqtt
[  2%] Automatic MOC for target flathash
[  2%] Automatic MOC for target liblzma
Can't locate strict.pm in @INC (you may need to install the strict module) (@INC contains: /tmp/cirrus-ci-build/output/host/lib/perl5/site_perl/5.34.1/x86_64-linux /tmp/cirrus-ci-build/output/host/lib/perl5/site_perl/5.34.1 /tmp/cirrus-ci-build/output/host/lib/perl5/5.34.1/x86_64-linux /tmp/cirrus-ci-build/output/host/lib/perl5/5.34.1) at /home/nicolas/Projets/lgTV/hyperhdr-webos-loader/hyperhdr-repo/dependencies/external/mbedtls/library/../scripts/generate_features.pl line 18.
BEGIN failed--compilation aborted at /home/nicolas/Projets/lgTV/hyperhdr-webos-loader/hyperhdr-repo/dependencies/external/mbedtls/library/../scripts/generate_features.pl line 18.
make[2]: *** [dependencies/external/mbedtls/library/CMakeFiles/mbedcrypto_autogen.dir/build.make:207: dependencies/external/mbedtls/library/version_features.c] Error 2
make[1]: *** [CMakeFiles/Makefile2:1079: dependencies/external/mbedtls/library/CMakeFiles/mbedcrypto_autogen.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

I don't understand what is the problem. Can you help me please ?

asturel commented 1 year ago

Don't use buildroot's perl (quickest & dirtiest way is to just remove the perl from buildroot find ${TOOLCHAIN_DIR}/bin -type f -iname "perl*" -delete) use hosts's instead.

NicolasR commented 1 year ago

Thank you very much it worked ! Trying to compile the second script now and having some trouble with enyo dependencies.

NicolasR commented 1 year ago

All good now thanks again !