grisp / grisp-software

Toolchain and Examples for GRISP
28 stars 5 forks source link

Run sb-check early in the build scripts. #5

Open c-mauderer opened 8 years ago

c-mauderer commented 8 years ago

The build scripts should call sb-check as soon as possible to warn the user if there are any missing prerequisites.

c-mauderer commented 7 years ago

It is also necessary to check for waf. See also #4

kiwichris commented 6 years ago

Note: https://git.rtems.org/rtems-source-builder/tree/source-builder/sb/setbuilder.py#n538 does the same thing as sb-check each time sb-setbuilder runs.