Linux Dev Under Windows

Dave McLaughlin
Hi all, 

I am interested to try out Linux on the mini6410 and start coding some
applications. The trouble is I don't have a Linux OS installed on any PC
and I would prefer if at all possible to cross develop and debug them under
Windows. Debugging would ideally be over Ethernet as I do with a Coldfire
based design I have already.

Any pointers to where to look for suitable development software you
recommend? I have found a few but without any recommendations I may be
leading on the wrong direction.

Cheers
Dave...

linux_support
Hi
You can download and install the cygwin software in your PC. That is a
linux environment in windows. 

Regards
linuxsupport@vectorindia.org
http://www.vectorindia.org

hdak
follow this link.i tried, it works succesfully.on linux-mini2440
http://foxg20.acmesystems.it/doku.php?id=tutorial:eclipse

but edit as follows
Target Processor → Processor : arm920t

this is console output:


**** Build of configuration Debug for project deneme ****

cs-make all 
'Invoking: ARM Sourcery Windows GNU Print Size'
arm-none-eabi-size  --format=berkeley deneme.elf
   text     data      bss      dec      hex  filename
   1130      292        4     1426      592  deneme.elf
'Finished building: deneme.siz'
' '

Regards