Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
I'm currently trying to get the BNBT (Tracker-Software) on my DNS-323 (1.05), but I got stuck. Of course I'm using fonzi's funplug and install via
- funpkg -i ...tgz
the required programms (make, gcc, zlib as suggested under: http://wiki.depthstrike.com/index.php/B … _on_Others).
The source-codes for BNBT I downloaded from: http://bnbteasytracker.sourceforge.net/downloads.php (OSI) and put the sources into /mnt/HD_a2/temp/src.
I proudly archieved (Linux Newbie) to compile BNBT under Ubuntu Linux "Dapper Drake" (6.06) and figured out, how to set up the cross compiling environment.
Obviously, there is something between. When I write
- make bnbt (which worked under Ubuntu)
the following message appears:
/mnt/HD_a2/temp/src # make bnbt
g++ -o atom.o -pthread -O2 -w -I. -c atom.cpp
g++ -o base64.o -pthread -O2 -w -I. -c base64.cpp
g++ -o bencode.o -pthread -O2 -w -I. -c bencode.cpp
g++ -o bnbt.o -pthread -O2 -w -I. -c bnbt.cpp
g++ -o client.o -pthread -O2 -w -I. -c client.cpp
g++ -o config.o -pthread -O2 -w -I. -c config.cpp
config.cpp: In function 'void CFG_SetDefaults()':
config.cpp:129: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [config.o] Error 1
Can someone give me an advise, how to compile BNBT on the DNS? That would be great!
Thx@all
Offline
hmmm... Of course I thought to compile the BNBT under my Ubuntu Cross Compiling Env.. But what is the command for that?? The regular way to compile "BNBT is with "make", but as written in the Wiki, we use "arm-linux-cc" with the source and output-file. But now there are several files in the source directory that are all connected somehow.
What is the way to cross-compile s.th. like that?
I would be grateful for every hint and answer, pls...
Offline
Obviously, my problem was not the top-story on board... ![]()
But, I finally worked out, how to setup a very nice Tracker-Sofware (Easy BNBT) on the NAS.
This is how I did.
1. Setup the Debian, as written in the Wiki (http://dns323.kood.org/howto:chroot_debian / do it "the easy way"...as easy as eating pancakes)
2. After you installed or whatever chrooting is, login in the NAS (via SSH, you can use putty)
3. Download the source Code (see Link above, you need the OSI Version) and unzip
3. Follow the compile-instruction as written in the link above. Before you can start compiling, type
- apt-get update
- apt-get install gcc
...then you can compile bnbt (follow instructions)
When Compiling succeeded, you can start BNBT with
./bnbt start
User your browser to work with BNBT (IP_of_your_NAS:6969)
I hope, this saved you time and you succeed!
Good luck
THX to all the people who developed these solution as chroot and fun_plug!
Offline