Jump to content
XPEnology Community

Compiling Xpenoboot: Error on broadcom driver


Recommended Posts

Posted

Here is my build log:

http://pastebin.com/4Yp8PKpQ

 

i used

make -j 4 modules

 

and i used config.gz from /proc

 

is there some prerequisite that I am missing, i thought config.gz is a working configuration. Perhaps the wrong gcc? I am using gitlab.com continuous integration which uses debian jessie.

Posted

Here is my new error after setting up the toolchains from synology

http://pastebin.com/CHgjJewr

 

are the headers custom or can you use the ones from apt-get.

if custom can you build them? i tried make headers_install and that failed as well.

 

/builds/dyce/xpenoboot/linux/scripts/Makefile.headersinst:50: *** Missing UAPI file /builds/dyce/xpenoboot/linux/include/uapi/linux/netfilter/xt_MARK.h.  Stop.
make[2]: *** [netfilter] Error 2
/builds/dyce/xpenoboot/linux/scripts/Makefile.headersinst:120: recipe for target 'netfilter' failed
/builds/dyce/xpenoboot/linux/scripts/Makefile.headersinst:120: recipe for target 'linux' failed
make[1]: *** [linux] Error 2
make: *** [headers_install] Error 2
Makefile:922: recipe for target 'headers_install' failed

×
×
  • Create New...