Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » "Nothing to build" problem(No compilation after source changes)
"Nothing to build" problem [message #1820796] Wed, 29 January 2020 09:13 Go to next message
Gordan Rancic is currently offline Gordan RancicFriend
Messages: 7
Registered: January 2020
Junior Member
Hi All,
I am working with the following configuration:
- Eclipse 4.14.0 on Windows 10
- Cross GCC compiler for ARM-LINUX (gcc-linaro-5.3-2016.02-i686-mingw32_arm-linux-gnueabihf)
- Internal builder
- Project generated as ANSI C - HELLO WORLD

Each time I run Eclipse (first time entering IDE) and press "Build", my program will be compiled correctly, having the following message:

10:08:36 **** Rebuild of configuration Debug for project TestApp ****
Info: Internal Builder is used for build
arm-linux-gnueabihf-gcc -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\TestApp.o" "..\\src\\TestApp.c"
arm-linux-gnueabihf-g++ -o TestApp "src\\TestApp.o"
10:08:37 Build Finished. 0 errors, 0 warnings. (took 681ms)

Up to now everythig is ok.

Now, I change my source code (i.e.

Re: "Nothing to build" problem [message #1821095 is a reply to message #1820796] Wed, 05 February 2020 14:46 Go to previous messageGo to next message
Helen Keller is currently offline Helen KellerFriend
Messages: 173
Registered: June 2019
Senior Member
I'll "jump the gun" - since the post is incomplete.
You are probably missing DOING "Refresh" after "Build".
or setting "Refresh Policy"
Properties->C/C++ Build then Configuration tab -> Refresh Policy

BUT in theory - if you have elected a "Project" and did "Build.. " why is "Refresh "needed in first place.

Re: "Nothing to build" problem [message #1831704 is a reply to message #1820796] Thu, 27 August 2020 06:28 Go to previous messageGo to next message
Nayan Dawande is currently offline Nayan DawandeFriend
Messages: 1
Registered: August 2020
Junior Member
hi sir,
i am using eclipse latest 2020 v In which i make program but last output is always coming and new project not give output.
i hope you solve as early as possible
Re: "Nothing to build" problem [message #1831751 is a reply to message #1831704] Fri, 28 August 2020 06:09 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Info: Nothing to build for <project> from the internal builder
means the executable is newer than the source.
If you were using the external builder you would get something like
make: Nothing to be done for 'all'.

Try doing a clean then a build.
If that doesn't work then get back to us.

[Updated on: Fri, 28 August 2020 06:10]

Report message to a moderator

Re: "Nothing to build" problem [message #1833398 is a reply to message #1831751] Mon, 12 October 2020 09:20 Go to previous message
Mark Smith is currently offline Mark SmithFriend
Messages: 82
Registered: September 2020
Member
Check this one
https://stackoverflow.com/questions/18699782/eclipse-c-nothing-to-build-error
Previous Topic:How to create a template project for c/c++
Next Topic:What is "resolving _WinMain@16 by linking to _WinMain"
Goto Forum:
  


Current Time: Thu Oct 10 11:52:20 GMT 2024

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

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

Back to the top