Hi,
I am trying to get ticker.exe working properly for or1ksim BSP but
there is a problem. When I run ticker, I only get the following output
"*** BEGIN OF TEST CLOCK TICK ***
TA1 - rtems_clock_get_tod - 09:00:00 12/31/1988
TA2 - rtems_clock_get_tod - 09:00:00 12/31/1988
TA3 - rtems_clock_
> -Original Message-
> From: devel [mailto:devel-boun...@rtems.org] On Behalf Of Hesham
> Moustafa
> Sent: Thursday, July 17, 2014 4:58 AM
> To: rtems-de...@rtems.org
> Subject: Problem with ticker.exe for or1ksim/OpenRISC BSP
>
> Hi,
>
> I am trying to get ticker.exe working properly f
On 7/17/2014 4:57 AM, Hesham Moustafa wrote:
> Hi,
>
> I am trying to get ticker.exe working properly for or1ksim BSP but
> there is a problem. When I run ticker, I only get the following output
>
> "*** BEGIN OF TEST CLOCK TICK ***
> TA1 - rtems_clock_get_tod - 09:00:00 12/31/1988
> TA2 - rte
---
gcc/ChangeLog| 6 ++
gcc/config.gcc | 6 +-
gcc/config/nios2/rtems.h | 33 +
gcc/config/nios2/t-rtems | 3 +++
4 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/config/nios2/rtems.h
create mode 100644 gcc/
Hi
Just posted a gcc patch for gcc's head which should work with 4.9.x.
Feedback appreciated. Hopefully Chris can add this to the RSB.
Based on that toolset, there are two tests that fail to build.
spcache01
tmcontext01
Both are related to missing cache functions. Crunching the log gives
this l
Hello Joel,
why don't you use this patch, which contains also a bunch of useful
multilibs?
https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02124.html
On 07/17/2014 08:35 PM, Joel Sherrill wrote:
---
gcc/ChangeLog| 6 ++
gcc/config.gcc | 6 +-
gcc/config/nios
On Thu, Jul 17, 2014 at 3:10 PM, Joel Sherrill
wrote:
>
> On 7/17/2014 4:57 AM, Hesham Moustafa wrote:
>> Hi,
>>
>> I am trying to get ticker.exe working properly for or1ksim BSP but
>> there is a problem. When I run ticker, I only get the following output
>>
>> "*** BEGIN OF TEST CLOCK TICK ***
>