Page 1 of 1

Compile from command line or Visual studios

Posted: Thu Nov 03, 2016 10:59 am
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.

Re: Compile from command line or Visual studios

Posted: Thu Nov 03, 2016 11:25 am
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)