View Single Post
Posts: 3 | Thanked: 0 times | Joined on Apr 2008 @ Brazil
#5
Hi,

Two points:
  • It is important to create src folder as a "src folder" item on "New Wizard" option list. Otherwise, Eclipse does not recognize it as a src folder.
  • Depending on template you have just selected, Esbox does not automatically update Makefile. You have to do it
  • Where Makefile is located? It depends on template you selected. Generally, it is inside Release (or Debug) folder.
  • The last one: most of ESbox projects makefile is generated by autoconf. Then, you have to update Makefile.am. Once such file is update, generate Makefile again.

In fact, the folder "binary" does not exist. Eclipse simply identifies that there is a binary (executable) into project folder and shows them inside a binary folder at project browser.

Best regards, Raul Herbster.