eclipse wont include/identify user .h files and .o files
Posted
by bks
on Stack Overflow
See other posts from Stack Overflow
or by bks
Published on 2010-03-27T20:42:04Z
Indexed on
2010/03/27
20:43 UTC
Read the original article
Hit count: 243
i'm new to eclipse CDT, and try to use an existing .o file that was supplied with the proper .h file. eclipse just wont include it in the compilation process.
i tryed drag&drop to the eclipse project browser, and the files did show there, but no use, still "No such file: No such file or directory". i tryed defining the .o file in the: project properties >> tool settings >> MinGW C Linker >> Miscellaneous >> other objects. didn't work either. as for the header file, i did try a workaround: created a new file in the project and named it after the file i want to include as header, then copied the content. and yet, the compiler/linker didn't recognize the object file.
perhaps you can help?
thank you
© Stack Overflow or respective owner