Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Unresolved Global Assembler Symbols in Mixed Assembly/C Project
Unresolved Global Assembler Symbols in Mixed Assembly/C Project [message #1096929] Thu, 29 August 2013 03:10
Gary Carlson is currently offline Gary CarlsonFriend
Messages: 1
Registered: August 2013
Junior Member
I am currently working on an embedded firmware project under Eclipse Kepler. The project uses mostly C with a little bit of key critical hardware initialization code written in assembly. This has created a minor annoyance.

Symbol information declared in C files is picked up by Eclipse's normal indexing process without any problems, but global declarations in the assembly files are a different story. This issue currently has lead to a large number of Eclipse errors "Symbol 'blah blah' could not be resolved" in C code where higher-level memory size calculations happen to also reference the same assembly symbols.

The gcc linker obviously has no problem resolving the global symbols declared in the S files, but so far I am left wondering how to get Eclipse to see things the same way. Any ideas?
Previous Topic:Configure Eclipse to include the system includes before the user includes during a build
Next Topic:Eclipse RDT server crashes with read timed out
Goto Forum:
  


Current Time: Wed Apr 24 16:25:41 GMT 2024

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

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

Back to the top