Code Monkey home page Code Monkey logo

b-sabr's Introduction

b-sabr

B-SABR: Blocking SAM & AVR Build Runner.

B-SABR is a utility for building Atmel Studio/Microchip Studio solutions at the command line. This utility exists because Atmel Studio/Microchip Studio:

  • does not support blocking builds (i.e. the invoking executable staying alive until the build is finished)
  • does not support directing build output to the console

Both of these are desirable traits in a build executable for various reasons and use cases.

How to use B-SABR

B-SABR is a minimalist wrapper for AtmelStudio.exe. Therefore, it runs without interaction, and supports a very simple command line argument format.

Usage: bsabr.exe studio_path studio_arguments
    studio_path: the path to AtmelStudio.exe
    studio_arguments: the build arguments to pass to AtmelStudio.exe

If you are unsure of which arguments you should use for AtmelStudio.exe, launch it from the command line with the "/?" argument to see its usage.

An example usage of B-SABR

bsabr.exe "C:\Program Files (x86)\Atmel\Studio\7.0\AtmelStudio.exe" "C:\code\asf_test\asf_test.atsln" /build DEBUG

Help, I'm not seeing any build output!

Based on the information found in this AvrFreaks thread, make sure your build verbosity is appropriately set. If you haven't run the AtmelStudio.exe GUI yet, do so. If you cannot run the AtmelStudio.exe GUI, then set the appropriate registry values as specified in this post.

Intellectual Property Notice

AVR, SAM, Atmel Studio, and Microchip Studio are all trademarks of Microchip Technology, Inc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.