public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Performance problem mpc8xx
@ 2002-05-17  0:50 Daniel.Andersson
  2002-05-17  0:57 ` Christoph Csebits
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Daniel.Andersson @ 2002-05-17  0:50 UTC (permalink / raw)
  To: ecos-discuss

Hi,

I am having some performance problem on my MPC850 board. When i setup a very
small main that only executes like 100 asm instruction then it takes around
6-7 times the teoretically time. My first thought was that the caches wasnt
turned on but when i turned them off - before my short loop - as a test,
then i got a further decrease of performance (3.5 times).

Does anybody have any ideas of what maight be wrong here?

/Daniel

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Performance problem mpc8xx
  2002-05-17  0:50 [ECOS] Performance problem mpc8xx Daniel.Andersson
@ 2002-05-17  0:57 ` Christoph Csebits
  2002-05-17  5:41 ` Jesper Skov
  2002-05-17 19:40 ` [ECOS] Build error: No such host or network path afei
  2 siblings, 0 replies; 7+ messages in thread
From: Christoph Csebits @ 2002-05-17  0:57 UTC (permalink / raw)
  To: Daniel.Andersson; +Cc: ecos-discuss

Hi,

On Fri, May 17, 2002 at 09:50:24AM +0200, Daniel.Andersson@combitechsystems.com wrote:
> I am having some performance problem on my MPC850 board. When i setup a very
> small main that only executes like 100 asm instruction then it takes around
> 6-7 times the teoretically time. My first thought was that the caches wasnt
> turned on but when i turned them off - before my short loop - as a test,
> then i got a further decrease of performance (3.5 times).
> 
> Does anybody have any ideas of what maight be wrong here?

If you are you executing out of RAM, maybe your RAM isnt
initialized at its optimum. (shot in the blue)

good luck, christoph

-- 

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Performance problem mpc8xx
  2002-05-17  0:50 [ECOS] Performance problem mpc8xx Daniel.Andersson
  2002-05-17  0:57 ` Christoph Csebits
@ 2002-05-17  5:41 ` Jesper Skov
  2002-05-19 23:59   ` Alfredo
  2002-05-17 19:40 ` [ECOS] Build error: No such host or network path afei
  2 siblings, 1 reply; 7+ messages in thread
From: Jesper Skov @ 2002-05-17  5:41 UTC (permalink / raw)
  To: Daniel.Andersson; +Cc: eCos Discuss

On Fri, 2002-05-17 at 09:50, Daniel.Andersson@combitechsystems.com
wrote:
> Hi,
> 
> I am having some performance problem on my MPC850 board. When i setup a very
> small main that only executes like 100 asm instruction then it takes around
> 6-7 times the teoretically time. My first thought was that the caches wasnt
> turned on but when i turned them off - before my short loop - as a test,
> then i got a further decrease of performance (3.5 times).
> 
> Does anybody have any ideas of what maight be wrong here?

Could be serialization which has not been switched off. It prevents the
CPU for executing more than one instruction at the time. I'm pretty sure
we switch that off in the 8xx HAL though.

Something else: we had an internal bug on bad dhrystone performance on
the 850. It's closed now, and turned out to be due to the caches not
being set up correctly. I don't know exactly what the fix was. But you
can look for it in eCos V2...

Jesper



Jesper


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ECOS] Build error: No such host or network path
  2002-05-17  0:50 [ECOS] Performance problem mpc8xx Daniel.Andersson
  2002-05-17  0:57 ` Christoph Csebits
  2002-05-17  5:41 ` Jesper Skov
@ 2002-05-17 19:40 ` afei
  2002-05-28 11:18   ` Jonathan Larmour
  2 siblings, 1 reply; 7+ messages in thread
From: afei @ 2002-05-17 19:40 UTC (permalink / raw)
  To: ecos-discuss

Hi,

I installed the eCos1.31 for windows and was trying to build the
tests, the arm-elf-gcc version is 2.95.2, then I got the errors as
following.
Anyone know about this problem please help.
thanks,

AFei

===================================
*** Process 2192 created "make tests -j1"
make -r -C hal/arm/arch/v1_3_1 headers
make[1]: Entering directory `/sample/test_build/hal/arm/arch/v1_3_1'
makefile:91: //C/PROGRA~1/REDHAT~1/eCos/packages/pkgconf/rules.mak: No such
host or network path
make[1]: stat://C/PROGRA~1/REDHAT~1/eCos/packages/pkgconf/rules.mak: No such
host or network path
make[1]: *** No rule to make target
`//C/PROGRA~1/REDHAT~1/eCos/packages/pkgconf/rules.mak'.  Stop.
make[1]: Leaving directory `/sample/test_build/hal/arm/arch/v1_3_1'
make: *** [headers] Error 2

*** Process 2192 terminated (rc=259)
*** Killing process 2192 (TerminateProcess)



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Performance problem mpc8xx
  2002-05-17  5:41 ` Jesper Skov
@ 2002-05-19 23:59   ` Alfredo
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo @ 2002-05-19 23:59 UTC (permalink / raw)
  To: eCos Discuss


> Something else: we had an internal bug on bad dhrystone performance on
> the 850. It's closed now, and turned out to be due to the caches not
> being set up correctly. I don't know exactly what the fix was. But you
> can look for it in eCos V2...
> 
> Jesper

Hi.

 When is going to be available this release of eCos (ecos v2.0)? 

Regards.

Alfredo.


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Build error: No such host or network path
  2002-05-17 19:40 ` [ECOS] Build error: No such host or network path afei
@ 2002-05-28 11:18   ` Jonathan Larmour
       [not found]     ` <013901c206d3$6e137430$4ac809c0@chernetsov2>
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Larmour @ 2002-05-28 11:18 UTC (permalink / raw)
  To: afei; +Cc: ecos-discuss

afei wrote:
> 
> Hi,
> 
> I installed the eCos1.31 for windows and was trying to build the
> tests, the arm-elf-gcc version is 2.95.2, then I got the errors as
> following.
[snip]
> make[1]: *** No rule to make target
> `//C/PROGRA~1/REDHAT~1/eCos/packages/pkgconf/rules.mak'.  Stop.
> make[1]: Leaving directory `/sample/test_build/hal/arm/arch/v1_3_1'
> make: *** [headers] Error 2

You need to use the update configuration tools that you can download from
this page: http://sources.redhat.com/ecos/anoncvs.html

Jifl

-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Build error: No such host or network path
       [not found]     ` <013901c206d3$6e137430$4ac809c0@chernetsov2>
@ 2002-05-29  9:39       ` Jonathan Larmour
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Larmour @ 2002-05-29  9:39 UTC (permalink / raw)
  To: ???????? ?.?.; +Cc: eCos discussion

"???????? ?.?." wrote:
> 
> Hi, i do it and after update i got the errors
> 
> make[1]: Entering directory
> `/ecos-e/ecostests/i386_6_build/hal/common/v1_3_1'
> mkdir: e:: Filename too long
> make[1]: ***
> [/ecos-e/ecostests/i386_6_install/include/cyg/hal/dbg-thread-syscall.h]
> Error 1
> make[1]: Leaving directory
> `/ecos-e/ecostests/i386_6_build/hal/common/v1_3_1'
> make: *** [headers] Error 2
> make: Leaving directory `/ecos-e/ecostests/i386_6_build'

That looks very odd. I haven't seen that before. At a bash prompt, can you
do a "mkdir -p /ecos-e/ecostests/i386_6_install/include/cyg/hal/" yourself?

It looks like some sort of cygwin problem.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-05-29 16:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-17  0:50 [ECOS] Performance problem mpc8xx Daniel.Andersson
2002-05-17  0:57 ` Christoph Csebits
2002-05-17  5:41 ` Jesper Skov
2002-05-19 23:59   ` Alfredo
2002-05-17 19:40 ` [ECOS] Build error: No such host or network path afei
2002-05-28 11:18   ` Jonathan Larmour
     [not found]     ` <013901c206d3$6e137430$4ac809c0@chernetsov2>
2002-05-29  9:39       ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).