Re: How will user's compile with Makefiles? Was: Re: large bss size for sample applications

2015-10-02 Thread Chris Johns
On 3/10/2015 2:25 am, Pavel Pisa wrote: > Hello Chris, > > On Friday 02 of October 2015 11:25:23 Chris Johns wrote: >> I am not really following this. To use 'rtems-config' in GNU make all >> you need to do is something like (this is made up by me): >> >> CC=$(shell rtems-config cc) >> LD=$(she

Per-task file descriptors and eventually a "real" shell

2015-10-02 Thread Isaac Gutekunst
Hey, I've been trying to figure out whether RTEMS would support a real shell with IO redirection, signals (at least Ctrl-C), and launching of "processes". Processes can simply be functions added to a table, like the current shell, or loaded using the run-time linker. What seems to be lackin

Re: How will user's compile with Makefiles? Was: Re: large bss size for sample applications

2015-10-02 Thread Pavel Pisa
Hello Chris, On Friday 02 of October 2015 11:25:23 Chris Johns wrote: > I am not really following this. To use 'rtems-config' in GNU make all > you need to do is something like (this is made up by me): > > CC=$(shell rtems-config cc) > LD=$(shell rtems-config ld) > CFLAGS=$(shell rtems-config c

Re: How will user's compile with Makefiles? Was: Re: large bss size for sample applications

2015-10-02 Thread Chris Johns
On 2/10/2015 11:51 am, Pavel Pisa wrote: > Hello all, > > On Thursday 01 of October 2015 23:59:05 Peter Dufault wrote: >> Chris, Makefile isn’t custom support, it’s legacy support. For better or >> for worse, if you add barriers to Makefiles you raise eyebrows in the >> legacy community. They ca

Re: How will user's compile with Makefiles? Was: Re: large bss size for sample applications

2015-10-02 Thread Chris Johns
On 2/10/2015 10:59 am, Peter Dufault wrote: > Chris, Makefile isn’t custom support, it’s legacy support. Yes I agree. I am not saying "there will be no ability to add Makefile support for user applications", rather I am saying there is the ability to offer good Makefile support that works for all