public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Problems with eCos latest package/ConfigTool
@ 2001-08-13  4:17 alexander.drzeniek
  2001-08-13  6:00 ` AW: " Joerg Rapka
  0 siblings, 1 reply; 8+ messages in thread
From: alexander.drzeniek @ 2001-08-13  4:17 UTC (permalink / raw)
  To: ecos

Hello to All,
today i get the new ecos-latest-package from skynet-cvs and after 
starting the eCosConfigTool, i get follow message:

CYGPKG_HAL_SH_7750, no radio buttons are set
Requires constraint not satisfied: CYGPKG_HAL_SH_7750
Requires constraint not satisfied: 
CYGDAT_REDBOOT_SH_LINUX_BOOT_ENTRY == 0x8c210000
Requires constraint not satisfied: 
CYGDAT_REDBOOT_SH_LINUX_BOOT_BASE_ADDR == 
0x8c001000
Requires constraint not satisfied: 
CYGDAT_REDBOOT_SH_LINUX_BOOT_COMMAND_LINE == 
"mem=16M"
Requires constraint not satisfied: 1 == CYGINT_HAL_SH_VARIANT
Requires constraint not satisfied: ! 
CYGHWR_HAL_SH_BIGENDIAN
Requires constraint not satisfied: CYGPKG_ERROR
Requires constraint not satisfied: CYGPKG_ERROR

Does anybody have an idea, whats going wrong??
thanks a lot

Best regards
Alexander Drzeniek
Ingenieurbuero Strahl 

Aderdamm 46
40221 Duesseldorf
Tel : +49211-15755-13
Fax : +49211-15755-22

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

* AW: [ECOS] Problems with eCos latest package/ConfigTool
  2001-08-13  4:17 [ECOS] Problems with eCos latest package/ConfigTool alexander.drzeniek
@ 2001-08-13  6:00 ` Joerg Rapka
  2001-08-13  9:36   ` Julian Smart
  2001-08-13 10:34   ` Jonathan Larmour
  0 siblings, 2 replies; 8+ messages in thread
From: Joerg Rapka @ 2001-08-13  6:00 UTC (permalink / raw)
  To: ecos-discuss

...
There are some more errors with the latest CVS sources:

1. Error
//C/Code/eCos_CVS/ecos/packages/devs/serial/m68k/d103/current/src/d103_ser.c
In file included from
//M/Project/eCos/d103_MvbApi/d103_install/include/cyg/fileio/fileio.h:61,
                 from
//M/Project/eCos/d103_MvbApi/d103_install/include/cyg/io/serial.h:57,
                 from
//C/Code/eCos_CVS/ecos/packages/devs/serial/m68k/d103/current/src/d103_ser.c
:49:
//M/Project/eCos/d103_MvbApi/d103_install/include/sys/types.h:87: `#include'
expects "FILENAME" or <FILENAME>
make[1]: *** [src/d103_ser.o.d] Error 1

2. Error
//C/Code/eCos_CVS/ecos/packages/kernel/current/src/common/kapi.cxx: In
function `void cyg_spinlock_spin_intsave(cyg_spinlock_t *, cyg_addrword_t
*)':
//C/Code/eCos_CVS/ecos/packages/kernel/current/src/common/kapi.cxx:1011: no
matching function for call to `Cyg_SpinLock::spin_intsave (cyg_addrword_t
*&)'
//M/Project/eCos/d103_MvbApi/d103_install/include/cyg/kernel/smp.hxx:382:
candidates are: void Cyg_SpinLock::spin_intsave(CYG_INTERRUPT_STATE *)
make[1]: *** [src/common/kapi.o.d] Error 1

Perhaps, there are more error? Who can help?
NOTE: I used template "elix".


Best regards,
Joerg


-----Ursprungliche Nachricht-----
Von: ecos-discuss-owner@sources.redhat.com
[ mailto:ecos-discuss-owner@sources.redhat.com]Im Auftrag von
alexander.drzeniek@strahl.de
Gesendet: Montag, 13. August 2001 13:13
An: ecos
Betreff: [ECOS] Problems with eCos latest package/ConfigTool


Hello to All,
today i get the new ecos-latest-package from skynet-cvs and after
starting the eCosConfigTool, i get follow message:

CYGPKG_HAL_SH_7750, no radio buttons are set
Requires constraint not satisfied: CYGPKG_HAL_SH_7750
Requires constraint not satisfied:
CYGDAT_REDBOOT_SH_LINUX_BOOT_ENTRY == 0x8c210000
Requires constraint not satisfied:
CYGDAT_REDBOOT_SH_LINUX_BOOT_BASE_ADDR ==
0x8c001000
Requires constraint not satisfied:
CYGDAT_REDBOOT_SH_LINUX_BOOT_COMMAND_LINE ==
"mem=16M"
Requires constraint not satisfied: 1 == CYGINT_HAL_SH_VARIANT
Requires constraint not satisfied: !
CYGHWR_HAL_SH_BIGENDIAN
Requires constraint not satisfied: CYGPKG_ERROR
Requires constraint not satisfied: CYGPKG_ERROR

Does anybody have an idea, whats going wrong??
thanks a lot

Best regards
Alexander Drzeniek
Ingenieurbuero Strahl

Aderdamm 46
40221 Duesseldorf
Tel : +49211-15755-13
Fax : +49211-15755-22

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

* Re: AW: [ECOS] Problems with eCos latest package/ConfigTool
  2001-08-13  6:00 ` AW: " Joerg Rapka
@ 2001-08-13  9:36   ` Julian Smart
  2001-08-14  1:00     ` AW: " Joerg Rapka
  2001-08-13 10:34   ` Jonathan Larmour
  1 sibling, 1 reply; 8+ messages in thread
From: Julian Smart @ 2001-08-13  9:36 UTC (permalink / raw)
  To: Joerg Rapka, ecos-discuss

At 03:00 PM 8/13/01 +0200, Joerg Rapka wrote:
>//M/Project/eCos/d103_MvbApi/d103_install/include/sys/types.h:87: `#include'
>expects "FILENAME" or <FILENAME>
>make[1]: *** [src/d103_ser.o.d] Error 1

Hi,

What's line 87 saying...?

Thanks,

Julian

--
Red Hat UK Ltd, Unit 200 Rustat House, 62 Clifton Road, Cambridge, UK. CB1 
7EG Tel: +44 (1223) 271063

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

* Re: AW: [ECOS] Problems with eCos latest package/ConfigTool
  2001-08-13  6:00 ` AW: " Joerg Rapka
  2001-08-13  9:36   ` Julian Smart
@ 2001-08-13 10:34   ` Jonathan Larmour
  2001-08-14  1:36     ` AW: " Joerg Rapka
  1 sibling, 1 reply; 8+ messages in thread
From: Jonathan Larmour @ 2001-08-13 10:34 UTC (permalink / raw)
  To: Joerg Rapka; +Cc: ecos-discuss, alexander.drzeniek

Joerg Rapka wrote:
> 
> ...
> There are some more errors with the latest CVS sources:
> 
> 1. Error
> //C/Code/eCos_CVS/ecos/packages/devs/serial/m68k/d103/current/src/d103_ser.c
> In file included from
> //M/Project/eCos/d103_MvbApi/d103_install/include/cyg/fileio/fileio.h:61,
>                  from
> //M/Project/eCos/d103_MvbApi/d103_install/include/cyg/io/serial.h:57,
>                  from
> //C/Code/eCos_CVS/ecos/packages/devs/serial/m68k/d103/current/src/d103_ser.c
> :49:
> //M/Project/eCos/d103_MvbApi/d103_install/include/sys/types.h:87: `#include'
> expects "FILENAME" or <FILENAME>
> make[1]: *** [src/d103_ser.o.d] Error 1

A new CDL variable was added. If you run an "ecosconfig check ; ecosconfig
tree" in your build repository it should pick it up.

I can't help but notice the mention of m68k. Are you working on a port?
 
> 2. Error
> //C/Code/eCos_CVS/ecos/packages/kernel/current/src/common/kapi.cxx: In
> function `void cyg_spinlock_spin_intsave(cyg_spinlock_t *, cyg_addrword_t
> *)':
> //C/Code/eCos_CVS/ecos/packages/kernel/current/src/common/kapi.cxx:1011: no
> matching function for call to `Cyg_SpinLock::spin_intsave (cyg_addrword_t
> *&)'
> //M/Project/eCos/d103_MvbApi/d103_install/include/cyg/kernel/smp.hxx:382:
> candidates are: void Cyg_SpinLock::spin_intsave(CYG_INTERRUPT_STATE *)
> make[1]: *** [src/common/kapi.o.d] Error 1

I'll look into this. Comment the function out in kapi.cxx for now.
 
> Perhaps, there are more error? Who can help?
> NOTE: I used template "elix".
> 
> Best regards,
> Joerg
> 
> -----Ursprungliche Nachricht-----
> Von: ecos-discuss-owner@sources.redhat.com
> [ mailto:ecos-discuss-owner@sources.redhat.com]Im Auftrag von
> alexander.drzeniek@strahl.de
> Gesendet: Montag, 13. August 2001 13:13
> An: ecos
> Betreff: [ECOS] Problems with eCos latest package/ConfigTool
> 
> Hello to All,
> today i get the new ecos-latest-package from skynet-cvs and after
> starting the eCosConfigTool, i get follow message:
> 
> CYGPKG_HAL_SH_7750, no radio buttons are set
> Requires constraint not satisfied: CYGPKG_HAL_SH_7750
> Requires constraint not satisfied:
> CYGDAT_REDBOOT_SH_LINUX_BOOT_ENTRY == 0x8c210000

Looks like you are trying to use the dreamcast port. It's not ready. Wait
for it to be announced; or look at the links on
http://sources.redhat.com/ecos/contrib.html instead.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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

* AW: AW: [ECOS] Problems with eCos latest package/ConfigTool
  2001-08-13  9:36   ` Julian Smart
@ 2001-08-14  1:00     ` Joerg Rapka
  0 siblings, 0 replies; 8+ messages in thread
From: Joerg Rapka @ 2001-08-14  1:00 UTC (permalink / raw)
  To: Julian Smart, ecos-discuss

Hi,

At 03:00 PM 8/13/01 +0200, Joerg Rapka wrote:
>//M/Project/eCos/d103_MvbApi/d103_install/include/sys/types.h:87:
`#include'
>expects "FILENAME" or <FILENAME>
>make[1]: *** [src/d103_ser.o.d] Error 1

At 06:41 PM 8/13/01, Julian Smart wrote:
>What's line 87 saying...?

line 86-88 of file "/sys/types.h":
#if CYGINT_ISO_PMUTEXTYPES
# include CYGBLD_ISO_PMUTEXTYPES_HEADER
#endif

I found a solution for the problem:
If I set CYGBLD_ISO_PMUTEXTYPES_HEADER == "<cyg/posix/muttypes.h>" then it
works.

The eCos configuration tool 1.3.2.1 says:
-> "requires" constraint not satisfied: CYGBLD_ISO_PMUTEXTYPES_HEADER ==
"<cyg/posix/muttypes.h>"

But why?


Best regards,
Joerg


-----Ursprungliche Nachricht-----
Von: Julian Smart [ mailto:julians@redhat.com ]
Gesendet: Montag, 13. August 2001 18:41
An: Joerg Rapka; ecos-discuss@sources.redhat.com
Betreff: Re: AW: [ECOS] Problems with eCos latest package/ConfigTool


At 03:00 PM 8/13/01 +0200, Joerg Rapka wrote:
>//M/Project/eCos/d103_MvbApi/d103_install/include/sys/types.h:87:
`#include'
>expects "FILENAME" or <FILENAME>
>make[1]: *** [src/d103_ser.o.d] Error 1

Hi,

What's line 87 saying...?

Thanks,

Julian

--
Red Hat UK Ltd, Unit 200 Rustat House, 62 Clifton Road, Cambridge, UK. CB1
7EG Tel: +44 (1223) 271063

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

* AW: AW: [ECOS] Problems with eCos latest package/ConfigTool
  2001-08-13 10:34   ` Jonathan Larmour
@ 2001-08-14  1:36     ` Joerg Rapka
  2001-08-14  3:26       ` Jonathan Larmour
  0 siblings, 1 reply; 8+ messages in thread
From: Joerg Rapka @ 2001-08-14  1:36 UTC (permalink / raw)
  To: Jonathan Larmour, ecos-discuss

Hi

Joerg Rapka wrote:
>
> ...
> There are some more errors with the latest CVS sources:
>
> 1. Error
>
//C/Code/eCos_CVS/ecos/packages/devs/serial/m68k/d103/current/src/d103_ser.c
> In file included from
> //M/Project/eCos/d103_MvbApi/d103_install/include/cyg/fileio/fileio.h:61,
>                  from
> //M/Project/eCos/d103_MvbApi/d103_install/include/cyg/io/serial.h:57,
>                  from
>
//C/Code/eCos_CVS/ecos/packages/devs/serial/m68k/d103/current/src/d103_ser.c
> :49:
> //M/Project/eCos/d103_MvbApi/d103_install/include/sys/types.h:87:
`#include'
> expects "FILENAME" or <FILENAME>
> make[1]: *** [src/d103_ser.o.d] Error 1

Jonathan Larmour wrote:
>A new CDL variable was added. If you run an "ecosconfig check ; ecosconfig
>tree" in your build repository it should pick it up.

line 86-88 of file "/sys/types.h":
#if CYGINT_ISO_PMUTEXTYPES
# include CYGBLD_ISO_PMUTEXTYPES_HEADER
#endif

I found a solution for the problem:
If I set CYGBLD_ISO_PMUTEXTYPES_HEADER == "<cyg/posix/muttypes.h>" then it
works.

The eCos configuration tool 1.3.2.1 says:
-> "requires" constraint not satisfied: CYGBLD_ISO_PMUTEXTYPES_HEADER ==
"<cyg/posix/muttypes.h>"

But why?

Jonathan Larmour wrote:
>I can't help but notice the mention of m68k. Are you working on a port?

Yes, I have made a port to the M68331. It still needs some clean-up of the
code. Some other features, like thread debugging are not implemented.
Until now there is no time for that work. Perhaps I would contribute the
port
back to RedHat later.

> 2. Error
> //C/Code/eCos_CVS/ecos/packages/kernel/current/src/common/kapi.cxx: In
> function `void cyg_spinlock_spin_intsave(cyg_spinlock_t *, cyg_addrword_t
> *)':
> //C/Code/eCos_CVS/ecos/packages/kernel/current/src/common/kapi.cxx:1011:
no
> matching function for call to `Cyg_SpinLock::spin_intsave (cyg_addrword_t
> *&)'
> //M/Project/eCos/d103_MvbApi/d103_install/include/cyg/kernel/smp.hxx:382:
> candidates are: void Cyg_SpinLock::spin_intsave(CYG_INTERRUPT_STATE *)
> make[1]: *** [src/common/kapi.o.d] Error 1

Jonathan Larmour wrote:
>I'll look into this. Comment the function out in kapi.cxx for now.


Best regards,
Joerg

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

* Re: AW: AW: [ECOS] Problems with eCos latest package/ConfigTool
  2001-08-14  1:36     ` AW: " Joerg Rapka
@ 2001-08-14  3:26       ` Jonathan Larmour
  2001-08-15  4:33         ` Bart Veer
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Larmour @ 2001-08-14  3:26 UTC (permalink / raw)
  To: Joerg Rapka; +Cc: ecos-discuss

Joerg Rapka wrote:
> 
> The eCos configuration tool 1.3.2.1 says:
> -> "requires" constraint not satisfied: CYGBLD_ISO_PMUTEXTYPES_HEADER ==
> "<cyg/posix/muttypes.h>"
> 
> But why?

Ah, this was a bug fixed in the current configuration tool: the CDL
inference engine couldn't resolve options of flavor booldata.
 
> Jonathan Larmour wrote:
> >I can't help but notice the mention of m68k. Are you working on a port?
> 
> Yes, I have made a port to the M68331. It still needs some clean-up of the
> code. Some other features, like thread debugging are not implemented.
> Until now there is no time for that work. Perhaps I would contribute the
> port
> back to RedHat later.

There have been a number of people on the list looking for a 68k port, so
I'm sure they would appreciate it!

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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

* Re: AW: AW: [ECOS] Problems with eCos latest package/ConfigTool
  2001-08-14  3:26       ` Jonathan Larmour
@ 2001-08-15  4:33         ` Bart Veer
  0 siblings, 0 replies; 8+ messages in thread
From: Bart Veer @ 2001-08-15  4:33 UTC (permalink / raw)
  To: jlarmour; +Cc: ecos-discuss

>>>>> "Jifl" == Jonathan Larmour <jlarmour@redhat.com> writes:

    Jifl> Joerg Rapka wrote:
    >> 
    >> The eCos configuration tool 1.3.2.1 says: "requires" constraint
    >> not satisfied: CYGBLD_ISO_PMUTEXTYPES_HEADER ==
    >> "<cyg/posix/muttypes.h>"
    >> 
    >> But why?

    Jifl> Ah, this was a bug fixed in the current configuration tool:
    Jifl> the CDL inference engine couldn't resolve options of flavor
    Jifl> booldata.

Not quite. The libCDL inference engine was resolving the conflicts
just fine, which is why there were never any problems when using
ecosconfig on the command line. However the GUI front-end was failing
to apply the solutions correctly, but only for booldata options.

Bart

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

end of thread, other threads:[~2001-08-15  4:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-13  4:17 [ECOS] Problems with eCos latest package/ConfigTool alexander.drzeniek
2001-08-13  6:00 ` AW: " Joerg Rapka
2001-08-13  9:36   ` Julian Smart
2001-08-14  1:00     ` AW: " Joerg Rapka
2001-08-13 10:34   ` Jonathan Larmour
2001-08-14  1:36     ` AW: " Joerg Rapka
2001-08-14  3:26       ` Jonathan Larmour
2001-08-15  4:33         ` Bart Veer

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