Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All macros defined by gcc should be shown as defined by Naggy #9

Open
saaadhu opened this issue Jul 14, 2011 · 2 comments
Open

All macros defined by gcc should be shown as defined by Naggy #9

saaadhu opened this issue Jul 14, 2011 · 2 comments
Assignees
Milestone

Comments

@saaadhu
Copy link
Owner

saaadhu commented Jul 14, 2011

Naggy doesn't consider include paths, predefined symbols or any such tool chain settings set in C++ projects.

@ghost ghost assigned saaadhu Jul 14, 2011
@Cromagnon31
Copy link

I include types libraries depending on compiler predefined symbols (GNUC, arm).
Types depending on those symbols are considered as not defined.
Is there a work around ?

@Cromagnon31
Copy link

May be invoking the compiler to generate compilers predefined macros is the way.when the target changes.
For exemple :
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.1002\avr8-gnu-toolchain\bin\avr-gcc.exe" -mmcu=atxmega128a3u -dM -E -x c nul
http://nadeausoftware.com/articles/2011/12/c_c_tip_how_list_compiler_predefined_macros

@saaadhu saaadhu added this to the 0.3.6 milestone Mar 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants