I can build and run Eclipse C example projects my edison arduino board as described in the below link. The example in the guideline builds and runs the code in "Debug" mode. So the code only keeps on working on edison while eclipse is running. When I exit from eclipse, the code stops working on edison at the same time.
As a solution I tried to build the projects in "Release" mode. But it's impossible to build any project successfully in this mode. Each time I get some building and making errors. Is there any guideline that explains configuration details to build the projects in Release mode? Or any alternative solution to run the projects independent from eclipse?