简体   繁体   中英

Project generated with cmake for Eclipse CDT

I followed How to configure a C/C++ project with Eclipse and CMake article to import my project which was generated with cmake to Eclipse CDT. All went fine except when debugging.

I get this error when trying to debug

No source available for "main() at 0x5bca71"

And in gdb console window, here's the message

The target endianness is set automatically (currently little endian)
No source file named /home/.../Desktop/GP/Test/src/Main.cpp.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

I'm using Eclipse Kepler and cmake version 2.8.10.1 in Linux Mint 15

尝试将CMAKE_BUILD_TYPE设置为Debug并重新生成/重建项目。

After a whole day of struggling, I switch to Kdevelop4. Importing a cmake project is just as simple as opening the CMakeList.txt file and Kdevelop will do the rest for you. It is so fast, especially its code completion.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM