Compile from command line or Visual studios

Topics for the Eclipse Environment
Post Reply
ssmethurst
Posts: 4
Joined: Tue Jun 29, 2010 2:25 pm

Compile from command line or Visual studios

Post by ssmethurst »

I would like to set up automatic nightly builds of firmware for Continuous Integrations (CI)

Q1) Is there a way to build Netburner firmware from the command line?


I prefer to work in Visual Studios or Visual Studios Code over Eclipse.

Q2) Are there project and build settings for Visual Studios or Visual studios code?
The command line build instructions will help me build the project settings for Visual Studios Code.
User avatar
TomNB
Posts: 538
Joined: Tue May 10, 2016 8:22 am

Re: Compile from command line or Visual studios

Post by TomNB »

Yes, you will notice that every example an all system and libraries have a makefile. So from the command line to build the system files go to \nburn\system and type "make" (or in your case part of your batch file)
Post Reply