Link to home
Start Free TrialLog in
Avatar of dozla
dozlaFlag for Serbia

asked on

Software for MIPS Linux kernel

I received an embedded storage device, which I had to do a little modification with the firmware (squashfs) to support ssh logins/default configuration of the system and similar changes. The device is running a linux kernel 2.6.18 mips on RM7000 cpu. It needs specially compiled applications for this platform. For starters I need rsync to run on this system. Any idea where I can get already compiled applications for this system?
ASKER CERTIFIED SOLUTION
Avatar of ai_ja_nai
ai_ja_nai
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dozla

ASKER

ai_ja_nai, I accepted your answer as a possible solution. What I was looking for was more like a database of already compiled applications with dependency packages for certain applications on a mips (actually its mipsel) platform that I could use on this embedded device. For the time being I am using cross compiled rsync on my system with mipsel-gcc (v4.2) compiler.

I acquired the needed libraries and packages, to do a cross compile of my applications for mipsel platform, from a debian repository http://people.debian.org/~ths/toolchain/current-sid.

I'll still be looking for a good enough database of already compiled applications for this platform that are usually useful on a storage backup device.
A database like that would be impossible to build and useless :/
Imagine a db for every compiled package of the earth, multiplied for every architecture, everyone with all its own libraries compiled for every platform... it would need tons of terabytes! Much better to have a db of source code of packages and let nature follow his course
Avatar of dozla

ASKER

Actully I just stumbled upon debian's main repository of applications for mipsel platform:
http://packages.debian.org/etch/mipsel/

useless? impossible? I'd say not really, sometimes we need these packages in short time constraints without hunting down the dependencies, compile methods and configurations.

and those terabytes are out there to serve good purpose :)