Sometimes Project Compiles Twice [message #1835384] |
Wed, 02 December 2020 07:00 |
Rud Merriam Messages: 2 Registered: December 2020 |
Junior Member |
|
|
You can see from the times in the below console log what is happening.
Save project files (ctrl-s)
Project builds
Project builds again (timing below shows there is no pause and nothing to do for this build)
It doesn't happen every time but most times. If ctrl-F11 is pressed to run the project is saved, built, run, and built again. The second build hides the output from the run which is frustrating.
Ubuntu Mate 20.04
Version: 2020-09 (4.17.0)
Build id: 20200910-1200
Eclipse CDT Eclipse C/C++ Development Tools 10.0.1.202010091427
On both the project "wsprd" and "utility":
Project: build on resource change is set
Launch: build if necessary set through main preferences.
00:32:50 **** Incremental Build of configuration Release for project wsprd ****
Info: Internal Builder is used for build
g++ -std=c++17 -I/mnt/devel/wspr/wsprd/inc -I/mnt/devel/wspr/utility/inc -O3 -Wall -c -fmessage-length=0 -o src/wsprd.o ../src/wsprd.cpp
g++ -L/usr/lib/x86_64-linux-gnu -o wsprd Utility/src/chart.o src/fano.o src/gran.o src/indexx.o src/jelinek.o src/nhash.o src/osdwspr.o src/tab.o src/wsprd.o src/wsprd_utils.o src/wsprsim_utils.o -lfftw3f -lgfortran
Info: Parallel threads used: 1
00:32:52 Build Finished. 0 errors, 0 warnings. (took 2s.55ms)
00:32:52 **** Incremental Build of configuration Release for project wsprd ****
Info: Internal Builder is used for build
Info: Parallel threads used: 0
00:32:52 Build Finished. 0 errors, 0 warnings. (took 229ms)
|
|
|
Powered by
FUDForum. Page generated in 0.03042 seconds