Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Changed to C99 mode and now I have " 'asm' undeclared" errors(Error with 'asm' using C99 mode. )
Changed to C99 mode and now I have " 'asm' undeclared" errors [message #986117] Mon, 19 November 2012 01:58 Go to next message
Adam Smith is currently offline Adam SmithFriend
Messages: 2
Registered: November 2012
Junior Member
I'm currently changing some C++ code over to C syntax, I ran into for loops not be able to run unless it was C99 mode so I changed that. All the for loop errors went away but now I have 'asm' undeclared errors. Any suggestions?

Thanks.
Re: Changed to C99 mode and now I have " 'asm' undeclared" errors [message #986123 is a reply to message #986117] Mon, 19 November 2012 05:04 Go to previous messageGo to next message
Adam Smith is currently offline Adam SmithFriend
Messages: 2
Registered: November 2012
Junior Member
I got this working correctly now. I found the "asm" that was giving me trouble and tried it with "__asm" and it worked. I don't understand why but hopefully that helps others.
Re: Changed to C99 mode and now I have " 'asm' undeclared" errors [message #986280 is a reply to message #986117] Mon, 19 November 2012 17:20 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 11/18/2012 07:22 PM, Adam Smith wrote:
> I'm currently changing some C++ code over to C syntax, I ran into for
> loops not be able to run unless it was C99 mode so I changed that. All
> the for loop errors went away but now I have 'asm' undeclared errors.
> Any suggestions?
> Thanks.

http://www.eclipse.org/forums/index.php/t/161206/
Previous Topic:PyDev Djando debug configuration fails to import settings
Next Topic:Eclipse not starting on Mac OS X Lion
Goto Forum:
  


Current Time: Fri Apr 19 20:35:13 GMT 2024

Powered by FUDForum. Page generated in 0.08590 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top