C/C++ demo applications#

The simpleswitch-c-hello-world provides an example of a C application running in a simpleswitch package.

The simpleswitch-c-hello-world-debug provides the same application, while allowing remote debug, thanks to gdbserver.

Registration

If you want to test SimpleCore™, SimpleSwitch™ or any of our packages from our SimpleCore™ incubator program, please register here and we will grant you access.

How to get it#

  • Scotty
  • Bitbake
    ## On your computer run
    $ scotty build simpleswitch-c-hello-world
    ## or
    $ scotty build simpleswitch-c-hello-world-debug
    ## On your computer run
    $ bitbake simpleswitch-c-hello-world
    ## or
    $ bitbake simpleswitch-c-hello-world-debug