Hi i get this error when i try to launch this program(i clicked on button build all). Is it maybe because I named my source file wrong. Does it matter how you name it? I named previous source file something completly different and it didnt even recognised function printf. Anyone please explain to me how this works.
Asked
Active
Viewed 41 times
0

Embedded C
- 1,448
- 3
- 16
- 29

Žiga Gazvoda
- 173
- 1
- 9
-
Select a new console program? – Martin James Feb 06 '16 at 12:30
-
How to you do that? Also does the name od source file matter. – Žiga Gazvoda Feb 06 '16 at 12:31
-
the display looks like `Eclipse` !! While I would use a more expressive program name than `1.c` (assuming that the Eclipse IDE is setup properly) it should require a single button push of the `green circle with right arrow` to compile/link/run the program. However, note the caveat: the IDE must be setup correctly. – user3629249 Feb 07 '16 at 03:31
-
setup involves: the menu 'project' must be used to open a project, the project/build automatically must be selected. the menu `window/preferences/c/c++ must have been selected and the resulting sub windows properly filled out. the menu `/project/ must have the associated file names included into the project/run configurations must be setup, etc etc. It helps immensely to use the menu `file/wizard` to setup the project. – user3629249 Feb 07 '16 at 03:45