Cross-Compiling for the Omega, failed make samba (pidl)
-
I want to make my own Firmware for the omega 2.
Setup:
Ubuntu 16.04.3 LTS Server
All needed packages installedWhile build the LEDE image:
Parse/Pidl.pm did not return a true value at ../pidl/pidl line 410.
BEGIN failed--compilation aborted at ../pidl/pidl line 410.
Makefile:1628: recipe for target 'samba3-idl' failed
make[4]: *** [samba3-idl] Error 1
make[4]: Leaving directory '/home/fabian/source/build_dir/target-mipsel_24kc_musl-1.1.16/samba-3.6.25/source3'
Makefile:159: recipe for target '/home/fabian/source/build_dir/target-mipsel_24kc_musl-1.1.16/samba-3.6.25/.built' failed
make[3]: *** [/home/fabian/source/build_dir/target-mipsel_24kc_musl-1.1.16/samba-3.6.25/.built] Error 2
make[3]: Leaving directory '/home/fabian/source/package/network/services/samba36'
package/Makefile:105: recipe for target 'package/network/services/samba36/compile' failed
make[2]: *** [package/network/services/samba36/compile] Error 2
make[2]: Leaving directory '/home/fabian/source'
package/Makefile:101: recipe for target '/home/fabian/source/staging_dir/target-mipsel_24kc_musl-1.1.16/stamp/.package_compile' failed
make[1]: *** [/home/fabian/source/staging_dir/target-mipsel_24kc_musl-1.1.16/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/fabian/source'
/home/fabian/source/include/toplevel.mk:198: die Regel für Ziel „world“ scheiterte
make: *** [world] Fehler 2It looks like there's a problem with the pidl file. It can't get any information out of "use Parse::Pidl qw ( $VERSION );"
What's missing?