I generated a toolchain to support C &amp; C++. My platform<br>is armeb nommu system. gcc 3.4.6, binutils 2.16.1,<br>and uclibc 0.9.28.<br><br>I compiled a small C program that accesses the command<br>line arguments (argc, argv). The issue is when it tries
<br>to parse the cmd args, it sees junk. However, it does<br>see correct argc. <br><br>What could be wrong? Any ideas?<br><br>Thanks<br>/kmk