Re: Newbie question: Building Apps

2020-01-29 Thread Chris Johns
On 30/1/20 9:56 am, Charles Manning wrote: > So is the short answer here to learn, and use waf? The short answer and policy for RTEMS is ... You can use any build system to build your application The new build system will generate pkg-config files and this means any build system that supports t

Re: Newbie question: Building Apps

2020-01-29 Thread Charles Manning
So is the short answer here to learn, and use waf? Is that the future of RTEMS? Yet another build system :-). Thanks On Thu, Jan 30, 2020 at 11:54 AM Chris Johns wrote: > > On 30/1/20 4:51 am, Jonathan Brandmeyer wrote: > > RTEMS BSPs place a bunch of pkg-config files under $prefix/lib/pkgconf

Re: Newbie question: Building Apps

2020-01-29 Thread Chris Johns
On 30/1/20 4:51 am, Jonathan Brandmeyer wrote: > RTEMS BSPs place a bunch of pkg-config files under $prefix/lib/pkgconfig which > are named after the various BSPs.  I've just been using those to pick out the > correct CFLAGS for my application. A warning, the generation of these files in the curre

Re[2]: rtems-source-builder: I cannot build 5/rtems-llvm

2020-01-29 Thread Павел Трошин
Ok, I will do.   >Среда, 29 января 2020, 2:13 +03:00 от Chris Johns : >  >On 29/1/20 8:35 am, Павел Трошин wrote: >> I am using Linux Ubuntu 18.04 and I tried to use macOS > >OK. > >>   >> But if I use the option --no-clean or if I change swig_prefix from >> %{_tmproot}/swig to {_tmppath}/swig, 

Re: Newbie question: Building Apps

2020-01-29 Thread Jonathan Brandmeyer
RTEMS BSPs place a bunch of pkg-config files under $prefix/lib/pkgconfig which are named after the various BSPs. I've just been using those to pick out the correct CFLAGS for my application. On Tue, Jan 28, 2020 at 6:16 PM Charles Manning wrote: > Thanks for the quick response Chris > > It look