On 2016-06-25, Alan Grimes <alonz...@verizon.net> wrote:

> So you want to be able to use your regular compilers. Of course the
> compilers were written assuming that they will never run on or target
> any operating system that doesn't work Just Like Unix.

I know I shouldn't respond, but I just can't help it...

This is, of course, complete bollocks.

Many people (myself included) use GCC every day for targets that don't
run Unix (or anything like it).  I use GCC for a number of RTOSes
(none of which work at all like Unix).  I also use GCC for projects
with no OS at all.  Some of them have only few hundred bytes of RAM and
maybe a dozen KB of ROM.  Trust me, those systems don't work "Just
Like Unix".

I use Linux as my development host (my preference), but I suspect I'm
in a minority.  I would guess that most people using GCC for either
"bare metal" or RTOS development use Windows as the host environment.
There are also plenty of people who use GCC on MS Windows hosts
targeting MS Windows.  Again, you can trust me that Windows does not
work "Just Like Unix".

Alan's world-view seems to be that anything Alan has never done is
both stupid and impossible.  

If it turns out somebody else _has_ done it, then it's just stupid.

-- 
Grant


Reply via email to