--- Quote Start ---
originally posted by wgoossens@Oct 27 2005, 06:25 PM
1. because the .exe postfix is a "windows/dos-only" thingy. linux does not look at the extension to determine if a file can be executed or not.
2. when building a filesystem project all those .exe files are converted to a format linux can handle. i'm not sure what format that is, 'cause i'm compiling under linux where i don't have a .exe file first.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10631)
--- quote end ---
--- Quote End ---
I find that when we make a target under nios2 IDE,the elf file and flt file were created,but at the end they were removed. How can we stop it and reserve the flt file thus we can upload it via FTP and execute on nios2-uclinux system?