Page 1 of 1

Is there any way to compile QBOX2 for arm processor

PostPosted: Sun Dec 06, 2015 6:54 am
by t2i8
I have a QBOX S2 which I have confirmed works with a Windows OS. I would like to use the USB adapter on an ARM based synology DS213j NAS unit. It there a method to compile the drivers for arm operation?

Re: Is there any way to compile QBOX2 for arm processor

PostPosted: Mon Dec 07, 2015 9:41 am
by crazycat

Re: Is there any way to compile QBOX2 for arm processor

PostPosted: Tue Dec 08, 2015 2:08 am
by t2i8
Thanks crazycat,

Unfortunately I get the following output when running make:

make
make -C /media_build/v4l
make[1]: Entering directory `/media_build/v4l'
scripts/make_makefile.pl
make[1]: scripts/make_makefile.pl: Command not found
Updating/Creating .config
make[2]: Entering directory `/media_build/linux'
/bin/sh: ./patches_for_kernel.pl: not found
Version 3.2.40 not supported
/bin/sh: exit: line 30: Illegal number: -1
make[2]: *** [apply_patches] Error 2
make[2]: Leaving directory `/media_build/linux'
/bin/sh: ./scripts/make_kconfig.pl: not found
make[1]: *** No rule to make target `.config', needed by `.myconfig'. Stop.
make[1]: Leaving directory `/media_build/v4l'
make: *** [all] Error 2

Is there further actions I can take to fix the install issue.