AndyMc;405777 Wrote: 
> 
> IMPORTANT: Ensure that you are running a hub on the NAS box.  
> 
> I assume you are not currently running a hub for SqueezeCenter due to
> the lack of Java - note that the download listed above also contains a
> hub written in C. (His page also contains a precompiled Hub, which
> might be the only fix you need......)

The mentioned precompiled hub doesn't run on Synology (Arm platform).
So I downloaded the source of xPLLIB and tried to cross compile it on a
Intel Linux PC. With linking I get an error message. Does anybody know
what I'm doing wrong?


Code:
--------------------
    
  ...
  /usr/local/arm-marvell-linux-gnu/bin/arm-marvell-linux-gnu-gcc      
-I/usr/local/arm-marvell-linux-gnu/include -O2 -pedantic -Wall -c xPL-config.c
  /usr/local/arm-marvell-linux-gnu/bin/arm-marvell-linux-gnu-gcc      
-I/usr/local/arm-marvell-linux-gnu/include -O2 -pedantic -Wall -c xPL-hub.c
  Creating libxPL.so...
  /usr/local/arm-marvell-linux-gnu/bin/arm-marvell-linux-gnu-ld   
-L/usr/local/arm-marvell-linux-gnu/lib -o libxPL.so xPL-io.o xPL-utils.o 
xPL-service.o xPL-message.o xPL-listeners.o xPL-store.o xPL-config.o xPL-hub.o  
      
  /usr/local/arm-marvell-linux-gnu/bin/arm-marvell-linux-gnu-ld: warning: 
cannot find entry symbol _start; defaulting to 00008074
  xPL-io.o: In function `xPL_getFairlyUniqueIdent':
  xPL-io.c:(.text+0x20): undefined reference to `gettimeofday'
  xPL-io.c:(.text+0x54): undefined reference to `strcpy'
  xPL-io.c:(.text+0x60): undefined reference to `strcat'
  ...
  
--------------------



greetings,
michael


-- 
katmic
------------------------------------------------------------------------
katmic's Profile: http://forums.slimdevices.com/member.php?userid=11290
View this thread: http://forums.slimdevices.com/showthread.php?t=50590

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to