Hi everybody (especially Richard),
I am using Programmers Notepad and trying to get the FreeRTOS running
on an AT91SAM7X256 (SAM7-EX256 board). I know I should begin with the
demos provided with the FreeRtos but I could compile any of them as
they are all made with Rowley or IAR. So I have searched the internet
and found a port at this address:
http://www.siwawi.arubi.uni-
kl.de/avr_projects/arm_projects/index_at91.html#at91_FreeRTOS1
and addapted it for the X version of the processor. But couldn't make
it work. I have changed the settings for my board but ... nothing.
I don't know where to look now.
Thanks,
Tudor
AT91SAM7X256 and FreeRTOS
Started by ●August 24, 2007
Reply by ●August 24, 20072007-08-24
axl_dudu wrote:
> Hi everybody (especially Richard),
> I am using Programmers Notepad and trying to get the FreeRTOS running
> on an AT91SAM7X256 (SAM7-EX256 board). I know I should begin with the
> demos provided with the FreeRtos but I could compile any of them as
> they are all made with Rowley or IAR.
You can compile Rowley demo with GCC happily as all do.
Caglar AKYUZ
> Hi everybody (especially Richard),
> I am using Programmers Notepad and trying to get the FreeRTOS running
> on an AT91SAM7X256 (SAM7-EX256 board). I know I should begin with the
> demos provided with the FreeRtos but I could compile any of them as
> they are all made with Rowley or IAR.
You can compile Rowley demo with GCC happily as all do.
Caglar AKYUZ
Reply by ●August 24, 20072007-08-24
--- In A..., Caglar Akyuz wrote:
>
> axl_dudu wrote:
> >
> >
> > Hi everybody (especially Richard),
> > I am using Programmers Notepad and trying to get the FreeRTOS
running
> > on an AT91SAM7X256 (SAM7-EX256 board). I know I should begin with
the
> > demos provided with the FreeRtos but I could compile any of them as
> > they are all made with Rowley or IAR.
>
> You can compile Rowley demo with GCC happily as all do.
>
> Caglar AKYUZ
>
I'm sorry but it doesn't work. When I try to "make" the project I get
the following message:"*** No rule to make target `all'. Stop."
>
> axl_dudu wrote:
> >
> >
> > Hi everybody (especially Richard),
> > I am using Programmers Notepad and trying to get the FreeRTOS
running
> > on an AT91SAM7X256 (SAM7-EX256 board). I know I should begin with
the
> > demos provided with the FreeRtos but I could compile any of them as
> > they are all made with Rowley or IAR.
>
> You can compile Rowley demo with GCC happily as all do.
>
> Caglar AKYUZ
>
I'm sorry but it doesn't work. When I try to "make" the project I get
the following message:"*** No rule to make target `all'. Stop."
Reply by ●August 24, 20072007-08-24
> I'm sorry but it doesn't work. When I try
to "make" the project I get
> the following message:"*** No rule to make target `all'. Stop."
It should work just by typing 'make'. If this fails try 'make
RTOSDemo.elf'.
Regards,
Richard.
+ http://www.FreeRTOS.org
A free real time kernel for 8, 16 and 32bit systems.
+ http://www.SafeRTOS.com
An IEC 61508 compliant real time kernel for safety related systems.
> the following message:"*** No rule to make target `all'. Stop."
It should work just by typing 'make'. If this fails try 'make
RTOSDemo.elf'.
Regards,
Richard.
+ http://www.FreeRTOS.org
A free real time kernel for 8, 16 and 32bit systems.
+ http://www.SafeRTOS.com
An IEC 61508 compliant real time kernel for safety related systems.