public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001118] New: Ecos on EB200 evaluation Board of Siemens for PROFINET with ERTEC200 ASIC
@ 2011-01-17 22:14 bugzilla-daemon
  2011-01-17 22:16 ` [Bug 1001118] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-01-17 22:14 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001118

           Summary: Ecos on EB200 evaluation Board of Siemens for PROFINET
                    with ERTEC200 ASIC
           Product: eCos
           Version: 3.0
          Platform: Other (please specify)
        OS/Version: ARM
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: User's Guide
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: jean-marc.cazalet@sfr.fr
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


I use Eclipse ganimede +CDT +Gnu Debugger, to build an ECOS kernell for an
evaluation board.
The purpose is to control an ERTC200 ( Siemens ASIC for PROFINET control
including an ARM 946S )

The configuration delivered for the kit makes the binary whitout problem at the
first time I used it
But I deleted the projet and the Eclipse folder .
So I've reinstalled it from scratch
but I cannot build the Ecos kernell for the project anymore

If I put the same installation on another computer : it works....

I don't understand why , because Eclipse and the project are only .ZIP files
whithout Registry ( GNU tools only )

The messages given by eclipse console when I try to make the target are :


make -s -j2 TARGET=EB200 all 
creating buildtree for EB200...
buildtree finished
building ECOS kernel for EB200...
headers finished

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
make[2]: *** [src/memchr.o.d] Error 3
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [src/memcmp.o.d] Error 3
make[1]: *** [build] Error 2
make: *** [EB200] Error 2


Which runtime is called ?and where can I found it , or the configuration needed
?

somebody can give me explanation for this message?

help needed

thanks

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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

* [Bug 1001118] Ecos on EB200 evaluation Board of Siemens for PROFINET with ERTEC200 ASIC
  2011-01-17 22:14 [Bug 1001118] New: Ecos on EB200 evaluation Board of Siemens for PROFINET with ERTEC200 ASIC bugzilla-daemon
@ 2011-01-17 22:16 ` bugzilla-daemon
  2011-01-18 11:19 ` bugzilla-daemon
  2011-01-20  9:25 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-01-17 22:16 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001118

JMC <jean-marc.cazalet@sfr.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|low                         |high
           Severity|enhancement                 |normal

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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

* [Bug 1001118] Ecos on EB200 evaluation Board of Siemens for PROFINET with ERTEC200 ASIC
  2011-01-17 22:14 [Bug 1001118] New: Ecos on EB200 evaluation Board of Siemens for PROFINET with ERTEC200 ASIC bugzilla-daemon
  2011-01-17 22:16 ` [Bug 1001118] " bugzilla-daemon
@ 2011-01-18 11:19 ` bugzilla-daemon
  2011-01-20  9:25 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-01-18 11:19 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001118

John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |john@dallaway.org.uk
         Resolution|                            |NOTABUG

--- Comment #1 from John Dallaway <john@dallaway.org.uk> 2011-01-18 11:19:43 GMT ---
Hi Jean-Marc

The top-level makefile appears to be specific to the eCos distribution you are
using. You may find someone on the public ecos-discuss mailing list who can
help you. Details at: http://ecos.sourceware.org/intouch.html

However, contacting the distributor of your source code is likely to be more
productive.

I am closing this bug report because you are not reporting a bug.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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

* [Bug 1001118] Ecos on EB200 evaluation Board of Siemens for PROFINET with ERTEC200 ASIC
  2011-01-17 22:14 [Bug 1001118] New: Ecos on EB200 evaluation Board of Siemens for PROFINET with ERTEC200 ASIC bugzilla-daemon
  2011-01-17 22:16 ` [Bug 1001118] " bugzilla-daemon
  2011-01-18 11:19 ` bugzilla-daemon
@ 2011-01-20  9:25 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-01-20  9:25 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001118

JMC <jean-marc.cazalet@sfr.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|User's Guide                |Watchdog

--- Comment #2 from JMC <jean-marc.cazalet@sfr.fr> 2011-01-20 09:24:57 GMT ---
Hi

Thanks you very much 

sorry making you loosing your time with me

My conclusion is that my temporary folder ( C:\TEMP ) define in the windows
environment, change it's access properties when the Ecos is builded by the
application's makefile

and when this makfile is used twice on the same computer it's hang
independenply if I've reinstall Eclipse and project from scratch before.

I contact a member of the support of Siemens Comdec service , but they can't
give me the explanation for that.

afterward I found something about this problem on your FAQ 

Regards

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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

* [Bug 1001118] New: Ecos on EB200 evaluation Board of Siemens for PROFINET with ERTEC200 ASIC
@ 2011-01-17 22:14 bugzilla-daemon
  0 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-01-17 22:14 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001118

           Summary: Ecos on EB200 evaluation Board of Siemens for PROFINET
                    with ERTEC200 ASIC
           Product: eCos
           Version: 3.0
          Platform: Other (please specify)
        OS/Version: ARM
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: User's Guide
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: jean-marc.cazalet@sfr.fr
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


I use Eclipse ganimede +CDT +Gnu Debugger, to build an ECOS kernell for an
evaluation board.
The purpose is to control an ERTC200 ( Siemens ASIC for PROFINET control
including an ARM 946S )

The configuration delivered for the kit makes the binary whitout problem at the
first time I used it
But I deleted the projet and the Eclipse folder .
So I've reinstalled it from scratch
but I cannot build the Ecos kernell for the project anymore

If I put the same installation on another computer : it works....

I don't understand why , because Eclipse and the project are only .ZIP files
whithout Registry ( GNU tools only )

The messages given by eclipse console when I try to make the target are :


make -s -j2 TARGET=EB200 all 
creating buildtree for EB200...
buildtree finished
building ECOS kernel for EB200...
headers finished

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
make[2]: *** [src/memchr.o.d] Error 3
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [src/memcmp.o.d] Error 3
make[1]: *** [build] Error 2
make: *** [EB200] Error 2


Which runtime is called ?and where can I found it , or the configuration needed
?

somebody can give me explanation for this message?

help needed

thanks

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

end of thread, other threads:[~2011-01-20  9:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-17 22:14 [Bug 1001118] New: Ecos on EB200 evaluation Board of Siemens for PROFINET with ERTEC200 ASIC bugzilla-daemon
2011-01-17 22:16 ` [Bug 1001118] " bugzilla-daemon
2011-01-18 11:19 ` bugzilla-daemon
2011-01-20  9:25 ` bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2011-01-17 22:14 [Bug 1001118] New: " bugzilla-daemon

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).