× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Compile USB SOUND Module for ReadyNAS 102

vbif
Aspirant

Compile USB SOUND Module for ReadyNAS 102

what i try to do: enabling USB SOUND Support in Kernel to playback Music on my NAS

My idea is to compile directly on NAS, so I want crosscomplie.

what have i done yet, :

 - search hier in forum,

 - found ReadyNASOS_V6.4.1_WW_src, downloaded and unzipped it on my NAS

- comment out 

#deb http://apt.readynas.com/packages/readynasos 6.4.1 updates apps main

in

/etc/apt/sources.list

 so that I could run

 apt-get install build-essential libncurses5-dev

otherwise build-essential would not install due to outdated gcc version in Readynas reps....

The following packages have unmet dependencies:
 build-essential : Depends: gcc (>= 4:4.9.1) but 4:4.9.0-4 is to be installed
                   Depends: g++ (>= 4:4.9.1) but 4:4.9.0-4 is to be installed

- copy readynas_config as .config from 

./linux-4.1.13-armada/arch/arm/configs

   to 

./linux-4.1.13-armada

- make menuconfig and activate usb sound support

- and finaly make in the same directory. Make starts, but fails with 

/bin/sh: 1: arm-linux-gnueabihf-gcc: not found
Kbuild:43: recipe for target 'kernel/bounds.s' failed
make[1]: *** [kernel/bounds.s] Error 127
Makefile:990: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2

and at this point i don't know what to try next... any idea? I think, the linux-4.1.13-armada directory is not the proper kernel, but i haven't found better one. And the missing file message

arm-linux-gnueabihf-gcc

wonders me too, I thought the build-essentilal would be enough for compiing! 

Message 1 of 1
Top Contributors
Discussion stats
  • 0 replies
  • 2553 views
  • 0 kudos
  • 1 in conversation
Announcements