Amar Takhar commented on a discussion on README.md: https://gitlab.rtems.org/rtems/tools/rtems_waf/-/merge_requests/2#note_108783 > + ```python > def build(bld): > rtems.build(bld) > bld(features = 'c cprogram', > target = 'hello.exe', > source = ['hello.c']) > + ``` > > In this example the C source file `hello.c` is compiled and linked to create > the RTEMS executable `hello.exe`. The build is within the context of the > BSP. > > + > Example > -~~~~~~~ > +------- > This was a spellcheck MR when the others are in we can re-address it. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems_waf/-/merge_requests/2#note_108783 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
