public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] problem about building redboot for pc
@ 2000-11-23  0:19 niky
  2000-11-23 15:05 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: niky @ 2000-11-23  0:19 UTC (permalink / raw)
  To: ecos-discuss

Hi,

I tried to do :
[root@niky redboot]# ../bin/ecosconfig new pc redboot
U CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK, new inferred value 0
U CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS, new inferred value 1
U CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT, new inferred value 0
U CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM, new inferred value 0
U CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT, new inferred value 1
C CYGSEM_HAL_I386_PC_STARTUP_RAM, "requires" constraint not satisfied:
CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
[root@niky redboot]#

I dont know how to solve the conflict.
So when I built tree I ignored the conflict.

[root@niky redboot]# ../bin/ecosconfig -i tree
C CYGSEM_HAL_I386_PC_STARTUP_RAM, "requires" constraint not satisfied:
CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
[root@niky redboot]#

But I had a error when i made it.
I hope someone could give me a hand.
Thanks for your help.

[root@niky redboot]#make
...
...
...
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c: In
function Hal_pc_fpe_dsr':
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:88:
Cyg_handle_t' undeclared (first use in this function)
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:88:
(Each undeclared identifier is reported only once
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:88: for
each function it appears in.)
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:88:
parse error before Me'
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:103:
Me' undeclared (first use in this function)
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:103:
warning: implicit declaration of function Cyg_thread_self'
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:109:
warning: implicit declaration of function Cyg_thread_get_stack_base'
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:111:
Cyg_addrword_t' undeclared (first use in this function)
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c: At top
level:
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:137:
parse error before Hal_pc_fpe_interrupt_object'
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:137:
warning: type defaults to       nt' in declaration of
Hal_pc_fpe_interrupt_object
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:137:
warning: data definition has no type or storage class
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:138:
parse error before Hal_pc_fpe_interrupt'
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:138:
warning: type defaults to       nt' in declaration of Hal_pc_fpe_interrupt' 
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:138:
warning: data definition has no type or storage class
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c: In
function Hal_platform_init':
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:170:
warning: implicit declaration of function Cyg_interrupt_create'
/share/eCos-src-20001122/packages/hal/i386/pc/current/src/plf_misc.c:173:
warning: implicit declaration of function Cyg_interrupt_attach'
make[1]: *** [src/plf_misc.o.d] Error 1
make[1]: Leaving directory /usr/local/ecos-dist/redboot/hal/i386/pc/current'
make: *** [build] Error 2
[root@niky redboot]#

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

* Re: [ECOS] problem about building redboot for pc
  2000-11-23  0:19 [ECOS] problem about building redboot for pc niky
@ 2000-11-23 15:05 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2000-11-23 15:05 UTC (permalink / raw)
  To: niky; +Cc: ecos-discuss

niky wrote:
> I tried to do :
> [root@niky redboot]# ../bin/ecosconfig new pc redboot

Are you sure you want to do all your development as root?

> U CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK, new inferred value 0
> U CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS, new inferred value 1
> U CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT, new inferred value 0
> U CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM, new inferred value 0
> U CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT, new inferred value 1
> C CYGSEM_HAL_I386_PC_STARTUP_RAM, "requires" constraint not satisfied:
> CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
> [root@niky redboot]#
> 
> I dont know how to solve the conflict.
> So when I built tree I ignored the conflict.

The PC does not yet support Redboot in the Red Hat sources (mumble,
copyright assignment, mumble, lawyers, mumble). Fabrice Gautier has posted
a number of patches to implement Redboot for the PC, which you will be able
to find in the ecos-discuss mail archives -
http://sources.redhat.com/ml/ecos-discuss

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

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

end of thread, other threads:[~2000-11-23 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-23  0:19 [ECOS] problem about building redboot for pc niky
2000-11-23 15:05 ` 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).