I think you did not crosscompiled it. You need your firmware toolchain's gcc (and libs of course) to cross compile on pc for the wl600 target.
 Member
					
					
						Member
					
					
                                        
					
					
						Hi.
Just tested with Debian and it compiled correctly. It's a Ubuntu problem as it doesn't compile with any compiler there.
Tested the dctcs compiled in Debian, but doesn't work! Complains in my wl600g with the message: ./dctcs: can't resolve symbol 'bzero'
Mike
 Member
					
					
						Member
					
					
                                        
					
					
						I think you did not crosscompiled it. You need your firmware toolchain's gcc (and libs of course) to cross compile on pc for the wl600 target.
 Member
					
					
						Member
					
					
                                        
					
					
						 Member
					
					
						Member
					
					
                                        
					
					
						i compiled the oleg fw version with uclibc 0.9.19 and bzero is a legacy function in posix 2001.
i still belive if you can compile it with bzero you should be able to use it with the correct librarys. (on my router i am using kamikaze so i can not test dctcs on other fws)
You can try replace bzero with memset:
#define bzero(x, n) memset(x, 0, n);
(you can add the above line in common.h)
 Member
					
					
						Member
					
					
                                        
					
					
						Hi all!
A small bugfix release:
# Version 0.7.2 - 15/02/2009
* bugfix: the wget details display is correct even the file size is unknown
* recompiled with GWT 1.5.3
* new option: ctorrent-complete command to be run after downloading finished
* modified upload/download limit calculation after inactivity
* packages for Whiterussian will not be built anymore
 Registered User
					
					
						Registered User
					
					
                                        
					
					
						Hi, i've installed dctcs_0.7.2-2-oleg_mipsel.ipk on Azbox (see http://www.satpimps.com/showthread.php?t=113468) and it works great!!!
Many Thanks!!!
I've found a small bug in the upload/download limit calculation: download limit
is calculated with the value used for upload limit; checking the code in file client.c at line 431:
cdl = cdl == 0 && ulimit != 0 ? ulimit * 1024 / numclients : cdl;
instead of
cdl = cdl == 0 && dlimit != 0 ? dlimit * 1024 / numclients : cdl;
Sorry I can't compile the package cause i dont know how to prepare the required environment to build...
Please, can you do something?
Thanks in advance
pppppp
Last edited by pippopappa; 23-06-2010 at 12:29. Reason: azbox link
 Member
					
					
						Member
					
					
                                        
					
					
						yes i can do something
even better i did.
you can download the corrected version
http://sites.google.com/site/yodctcs...attredirects=0
 Registered User
					
					
						Registered User
					
					
                                        
					
					
						 Registered User
					
					
						Registered User
					
					
                                        
					
					
						 cTorrent
 cTorrent
		Im using enhaced ctorrent as a client bittorrent , i wanna know how can i download many torrents file in the same time without opening an odher shell.
is it easy to change the GNU licence or no?
Thanks for you help