Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
254 views
in Technique[技术] by (71.8m points)

browse information in eclipse for makefile based C project

I have a makefile based C project imported into the eclipse and it compiles and runs fine.. but since some of the -Ds are in the makefile, the eclipse will show certain symbols guarded by those -Ds as "undefined" (red bugs all over) and the online checkers would not work properly because of the missing symbols.. Any good solution to this?

i know i can put all -Ds as preprocessor defines in a header to be included by every file but that seems overly complicated with a large code base..

question from:https://stackoverflow.com/questions/65928812/browse-information-in-eclipse-for-makefile-based-c-project

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...