Hi..<br><br>i want to work on fedora/Arm cross tool chain to develop JPEG encoder application..<br><br>As describe here <a href="http://fedoraproject.org/wiki/Architectures/ARM/CrossToolchain">http://fedoraproject.org/wiki/Architectures/ARM/CrossToolchain</a>  <a href="http://fedoraproject.org/wiki/Architectures/ARM/CrossToolchain"><br clear="all">
</a>i complete this two steps <br><pre># wget <a href="http://fedora-arm.wantstofly.org/cross/cross.repo">http://fedora-arm.wantstofly.org/cross/cross.repo</a><br># yum install armv5tel-redhat-linux-gnueabi-gcc<br></pre><br>
which successfully  complited..<br><br><br>but when i go for compilation code like <br><pre>$ armv5tel-redhat-linux-gnueabi-gcc -Wall -o hello hello.c<br><br>there is no output is genrated...<br><br><br>i want to know that can there is any other process or configuration is necessary<br>
to generate output of simple hello.c C code ??<br><br><br><br>--------------------------------------------------------<br>content of hello.c<br>-------------------------------------------------------<br><br>#include&lt;stdio.h&gt;<br>
int main()<br>{<br> printf(&quot;Hello odiya&quot;);<br> return 0;<br>}<br>-------------------------------------------------------<br><br><br><br></pre><br>-- <br><br>Rupak Parikh<br>B.E(Computer) running,<br>Gujarat,<br>
India<br>