Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
Is there a pre-built toolchain (linux-x86->arm: gcc, binutils and uclibc) for ffp?
Or are there simple instructions on how to build the toolchain for ffp (prefix, configure's options, build order, etc) ?
Thanx
Offline
http://www.inreto.de/dns323/fun-plug/0.5/packages/
Those are official funplug packages. Or are you looking to cross-compile your own toolchain? If so, you won't find any "simple" instructions on how to bootstrap your own. Have a look at CLFS or rather diy linux if that's your thing.
Offline
madpenguin wrote:
http://www.inreto.de/dns323/fun-plug/0.5/packages/
Those are official funplug packages. Or are you looking to cross-compile your own toolchain? If so, you won't find any "simple" instructions on how to bootstrap your own. Have a look at CLFS or rather diy linux if that's your thing.
yes, I looked at ffp packages and I used many of them. I just want to compile a couple things by myself like (vsftpd, smartctl, etc.)
Offline
bogolisk wrote:
yes, I looked at ffp packages and I used many of them. I just want to compile a couple things by myself like (vsftpd, smartctl, etc.)
So, you looked at the package list and didn't see
http://www.inreto.de/dns323/fun-plug/0. … l#binutils
http://www.inreto.de/dns323/fun-plug/0. … S.html#gcc
etc.?
Offline
fonz wrote:
bogolisk wrote:
yes, I looked at ffp packages and I used many of them. I just want to compile a couple things by myself like (vsftpd, smartctl, etc.)
So, you looked at the package list and didn't see
http://www.inreto.de/dns323/fun-plug/0. … l#binutils
http://www.inreto.de/dns323/fun-plug/0. … S.html#gcc
etc.?
Yes I did. I did install and use them on my dns-321. However, I'm looking for the cross-build (linux-gnu-x86 host, linux-ffp-orion target) versions of them because it take forever to build on the dns-321.
Thanx
Offline
bogolisk wrote:
Yes I did. I did install and use them on my dns-321. However, I'm looking for the cross-build (linux-gnu-x86 host, linux-ffp-orion target) versions of them because it take forever to build on the dns-321.
I see. Afaik, there are no publicly available ffp-cross-compilers.
Offline
fonz wrote:
bogolisk wrote:
Yes I did. I did install and use them on my dns-321. However, I'm looking for the cross-build (linux-gnu-x86 host, linux-ffp-orion target) versions of them because it take forever to build on the dns-321.
I see. Afaik, there are no publicly available ffp-cross-compilers.
Would you mind send me the options you passed into configure scripts to build: gcc, uclibc and binutils.
Thanx
Offline
bogolisk wrote:
Would you mind send me the options you passed into configure scripts to build: gcc, uclibc and binutils.
Get it from svn: http://dns323.kood.org/howto:ffp#links
For gcc, you can simply ask with gcc -v
Offline