On Mon, Nov 12, 2012 at 5:45 PM, janarbek <span dir="ltr"><<a href="mailto:canarbekmatay@yahoo.com" target="_blank">canarbekmatay@yahoo.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit"><div class="im"><span style="line-height:16.78333282470703px;font-size:14px;font-family:monospace">> What do you mean by "kind of vague" ? So does not guarantee to generate correct instructions ?</span><br style="line-height:16.78333282470703px;font-size:14px;font-family:monospace;outline:none">
<br style="line-height:16.78333282470703px;font-size:14px;font-family:monospace;outline:none"><span style="line-height:16.78333282470703px;font-size:14px;font-family:monospace">>Your question is vague.  Generally, you get better answers if you ask better questions.</span><br style="line-height:16.78333282470703px;font-size:14px;font-family:monospace;outline:none">
<br></div><font face="arial">Sorry, I didn't mean to be rude. My question is does that mean institution generated may not guarantee what the "instructions" mean to be ?</font><div><div class="im"><br style="line-height:16.78333282470703px;font-size:14px;font-family:monospace;outline:none">
<span style="line-height:16.78333282470703px;font-size:14px;font-family:monospace">>This sounds like you are using headers that do not support MIPS.</span><br style="line-height:16.78333282470703px;font-size:14px;font-family:monospace;outline:none">
<br></div> So can I fix this? In my hello.c code I have only stdio.h header file. </div></td></tr></tbody></table></blockquote><div><br></div><div></div></div><br><div>The issue here is that you don't just need some arbitrary stdio.h, you need one that corresponds to your target.  Without knowing what that target is, it's hard to say more.</div>
<div><br></div><div>What I meant by "kind of vague" is that MIPS is a CPU architecture, not a target.  Consider if you said, for example, "I want to generate x86-64 code": did you want code for Windows, or Ubuntu, or OS X, or something else?  They're all very different.  (My example is x86 because I'm not familiar with common MIPS targets.)</div>
<div><br></div><div>-Eli</div>