"Garst R. Reese" wrote:
>
> > Oleg Skidan wrote:
> >
> > Hi !
> >
> > I have developed a small operating system for MSP430.
>
> Hi Oleg,
>
> for(int i=0;i<TIMERS_COUNT;i++)
> It is my understanding that ;++i is more efficient.
> This would apply many places in sos.
> I had to modify to your makefile to make it unix compatible, then got:
> bash$ make
Replying to my own mail,
I had an error in my new makefile, leaving out -std=gnu99
Then I had to create the directories obj and lib.
Note that in OS.h you need to change sys\types.h to sys/types.h
I can post my makefile if anybody wants it.
Garst