I am failing to run the Template Program

Topics for the Eclipse Environment
Post Reply
Benjamin1.0
Posts: 1
Joined: Wed Dec 12, 2018 6:25 am

I am failing to run the Template Program

Post by Benjamin1.0 »

Hello,

I am returning to Netburner after about 6 years to develop an embedded web interface. I have purchased the SB70LC Dev Kit as my development platform. I have been following along with the "Programming Guide", and have gotten as far as starting a new project and editing main.cpp to inlcude the line

Code: Select all

iprintf("Hello World\r\n");
The next step is to configure run, which I did, then when I click on Run, I get
The selection cannot be launched and there are no recent launches.
I've gone over the "Getting Started Guide" and reread through the "Programming Guide" several times. I am hoping someone can help me discover what I'm missing to proceed with my project.
User avatar
TomNB
Posts: 538
Joined: Tue May 10, 2016 8:22 am

Re: I am failing to run the Template Program

Post by TomNB »

Hello Benjamin,

Normally a Run Configuration is created for you the first time you download your project, but you can also create one at a later time. Look at the following section in the NBEclipse Getting started Guide: 5.1.3 Creating a NBEclipse Run Configuration
Post Reply