"Nothing to build" problem [message #1820796] |
Wed, 29 January 2020 04:13  |
Eclipse User |
|
|
|
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.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03586 seconds