Search found 6 matches

by jmike72
Tue Dec 23, 2008 7:32 pm
Forum: General
Topic: Transmission 1.40 cross compile
Replies: 11
Views: 22338

Re: Transmission 1.40 cross compile

Just tested it on my router and it doesn't work!

transmissioncli and transmission-remote gives "can't resolve symbol 'clock_gettime'"

transmission-remote doesn't give any message but doesn't work. A "ps" doesn't show him running.

Any clues or help?

Thanks,
Mike
by jmike72
Tue Dec 23, 2008 4:16 pm
Forum: General
Topic: Transmission 1.40 cross compile
Replies: 11
Views: 22338

Re: Transmission 1.40 cross compile

Hi again.

I've followed the informations from http://www.bengreen.eu/pmwiki/pmwiki.ph ... yBookWorld and managed to compile transmission. Now I must try it on my wl600g, but that will be only this evening when I arrive home.

Mike
by jmike72
Tue Dec 23, 2008 3:06 pm
Forum: General
Topic: Transmission 1.40 cross compile
Replies: 11
Views: 22338

Re: Transmission 1.40 cross compile

Hi.

Things are becoming better, but still haven't managed to cross compile transmission. Lets resume all the steps here. To start, I have the config for toolchain as follows

TOOLCHAINS_HOME=/opt/toolchains/uclibc-crosstools
export LIBS="-L${TOOLCHAINS_HOME}/lib/gcc/mips-linux/3.4.2"
export ...
by jmike72
Tue Dec 23, 2008 1:16 am
Forum: General
Topic: Transmission 1.40 cross compile
Replies: 11
Views: 22338

Re: Transmission 1.40 cross compile

Hi.

Just checked the log and this is what I've found:

configure:22512: $? = 0
configure:22543: result: none required
configure:22557: checking for mipsel-linux-pkg-config
configure:22590: result: no
configure:22600: checking for pkg-config
configure:22618: found /usr/bin/pkg-config
configure ...
by jmike72
Mon Dec 22, 2008 11:14 pm
Forum: General
Topic: Transmission 1.40 cross compile
Replies: 11
Views: 22338

Re: Transmission 1.40 cross compile

Hi.

I will check the configure log when I arrive home.

Regarding ipkg, I don't have it. I will try to find it's sources so that I can build it and install on the wl600g router.

Mike
by jmike72
Mon Dec 22, 2008 10:17 pm
Forum: General
Topic: Transmission 1.40 cross compile
Replies: 11
Views: 22338

Transmission 1.40 cross compile

Hi.

I'm trying to compile transmission for mips but I'm having a problem with openssl. I've compiled openssl with prefix=/var/harddisk/wl600g and make install. After that when I try in transmission the ./configure --host=mipsel-linux --target=mipsel-linux --prefix=/var/harddisk/wl600g OPENSSL_LIBS ...