Hi. I have adopted existing linuxtv-dvb-apps-1.1.1.20080317 ebuild. Now it successfully emerges on ARM via cross-dev toolchain. Reproducible: Always Steps to Reproduce:
Created attachment 217739 [details] linuxtv-dvb-apps ebuild with ~arm enabled. Here is the ebuild.
Actually, the difference is in one line (besides ~arm keyword): export CC=${CHOST}-gcc
Please, attach patch (diff -u) instead of full ebuild.
Created attachment 217823 [details, diff] linuxtv-dvb-apps-1.1.1.20080317.ebuild arm crossdev patch Patch attached
Created attachment 217825 [details, diff] arm crossdev patch Previous patch contained header modification. This one is clean.
Thanks for submitting your cross-compile fix, assigning to maintainers of linuxtv-dvb-apps.
you should not assume any CC value. inherit the toolchain-funcs eclass and run: tc-export CC
An updated patch would be needed then