Skip to main content



      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 04:13 Go to next message
Eclipse UserFriend
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 09:46 Go to previous messageGo to next message
Eclipse UserFriend
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 02:28 Go to previous messageGo to next message
Eclipse UserFriend
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 02:09 Go to previous messageGo to next message
Eclipse UserFriend
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 02:10] by Moderator

Re: "Nothing to build" problem [message #1833398 is a reply to message #1831751] Mon, 12 October 2020 05:20 Go to previous message
Eclipse UserFriend
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: Mon Mar 10 19:50:08 EDT 2025

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

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

Back to the top