Jivin Simon Josefsson lays it down ...
> Hi!
> 
> This may be a silly question, but is there a port of uclinux to x86?

Yes,  but it's not a port,  x86 support was never taken out :-)

To find targets in the uClinux-dist that use x86 you should be able to
run something like:

        grep -l i386/config.arch vendors/*/*/config.arch

> A x86 port would be useful for testing the build environment, and also
> to easily be able to run the generated binaries on a stable platform.
> This would simplify development for me.
> 
> Alternatively, is there some port target that can be emulated easily
> (e.g., using qemu) on a typical x86 linux box?

Xcopilot
ARMulator
Skyeye
qemu (runs dist compiled x86 images fine as well).

Check out:

        http://www.ucdot.org/article.pl?sid=02/09/03/1357255&mode=thread

> How do people usually develop applications for uclinux?  Build uclinux,
> flash the hardware, and run the application?  That seems like a quite
> costly test-cycle, especially if you develop an application and want a
> short compile-test-cycle.

At a guess I would say a lot of people develop on there host systems and then
move the code to the embedded system when done.  As long as your
remember your uClinux system has no MMU you can write code to easily run
on both.

Others have the embedded systems so well oiled it's quicker to
write/load/debug directly on the board.

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org http://www.cyberguard.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to