Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Migrate Eclipse project to another pc.(Linux Ubuntu, Eclipse 4.10 doesn't link moved project.)
Migrate Eclipse project to another pc. [message #1800262] Sat, 22 December 2018 09:37
Dmitry Vokhmin is currently offline Dmitry VokhminFriend
Messages: 2
Registered: December 2018
Junior Member
Hello!
Initially, I've created Eclipse (4.7) C++ project (clang/llvm). Everything was fine. That was Ubuntu 16, Eclipse Oxygen 4.7.
Now I've got new pc and installed there XUbuntu 18.x, Eclipse 4.10, clang/LLVM 7.0 .

I've move project to new pc via "File->Import", no errors was there.

When I start build, my project compiles fine, no error, but that its. Nothing more. No linker, no executable, no debug.
Could you suggest where can I check and tune up to make the linker work.

Here is cuted console print.
14:17:02 **** Rebuild of configuration Debug for project Zulu ****
Info: Internal Builder is used for build
echo "Pre-build steps started" 
Pre-build steps started
clang++ -I/home/... .../sqlcipher -I/home/.../MyWork/openssl/include -O0 -emit-llvm -g3 -c -fmessage-length=0 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_CC -DSQLITE_TEMP_STORE=2 -std=c++1y -o DNS/DNSContainer.bc ../DNS/DNSContainer.cpp 
clang++ -I/home/... .../sqlcipher -I/home/.../MyWork/openssl/include -O0 -emit-llvm -g3 -c -fmessage-length=0 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_CC -DSQLITE_TEMP_STORE=2 -std=c++1y -o vhlib/xlist.bc ../vhlib/xlist.cpp 
...
...
clang++ -I/home/... .../sqlcipher -I/home/.../MyWork/openssl/include -O0 -emit-llvm -g3 -c -fmessage-length=0 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_CC -DSQLITE_TEMP_STORE=2 -std=c++1y -o POP3/Pop3Talker.bc ../POP3/Pop3Talker.cpp 

Info: Parallel threads used: 16

14:17:03 Build Finished. 0 errors, 11 warnings. (took 955ms)

3 warnings generated.


Thanks in advance guys,
Merry xmas.

P.S.: When I create new "Hello Word" project, everything works fine. Clang and linker creates and runs binary.
Previous Topic:Setting up Eclipse with unprecise manual
Next Topic:Bug 2018-12 GUI locks up
Goto Forum:
  


Current Time: Fri Apr 26 08:30:58 GMT 2024

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

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

Back to the top