public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] eCos and GCC 4.1.0
@ 2006-03-24 18:49 Marco Aurélio da Cruz
  2006-03-26 22:54 ` Andrew Lunn
  0 siblings, 1 reply; 10+ messages in thread
From: Marco Aurélio da Cruz @ 2006-03-24 18:49 UTC (permalink / raw)
  To: ecos-discuss

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

Hi.
I've downloaded the ecos-trunk-20060319 snapshot from eCoscentric and 
tried to compile it on arm-elf-gcc 4.1.0.

I got the errors below:

.../include/cyg/kernel/sched.hxx:181: error: extra qualification 
'Cyg_Scheduler::' on member 'thread_entry'
.../include/cyg/kernel/thread.hxx:315: error: extra qualification 
'Cyg_Thread::' on member 'reinitialize'

I edited the files in /packages/kernel/current/include and removed the 
qualifiers. So it compiled OK.

sched.hxx

from:
/// perform thread startup housekeeping/
void Cyg_Scheduler::thread_entry( Cyg_Thread *thread );

to:
/// perform thread startup housekeeping/
void thread_entry( Cyg_Thread *thread );
 

thread.hxx

from:
/// Re-initialize the thread back to it's initial state./
void Cyg_Thread::reinitialize();

to:
/// Re-initialize the thread back to it's initial state./
void reinitialize();


Regards

Marco Cruz

[-- Attachment #2: thread.diff --]
[-- Type: text/plain, Size: 79 bytes --]

315c315
<     void Cyg_Thread::reinitialize();
---
>     void reinitialize();


[-- Attachment #3: sched.diff --]
[-- Type: text/plain, Size: 128 bytes --]

181c181
<     void Cyg_Scheduler::thread_entry( Cyg_Thread *thread );
---
>     void 					thread_entry( Cyg_Thread *thread );



[-- Attachment #4: Type: text/plain, Size: 148 bytes --]

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

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

end of thread, other threads:[~2007-12-17 12:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-24 18:49 [ECOS] eCos and GCC 4.1.0 Marco Aurélio da Cruz
2006-03-26 22:54 ` Andrew Lunn
2006-03-27 16:40   ` Marco Aurélio da Cruz
2006-03-27 17:38     ` oliver munz @ s p e a g
2006-03-28  0:30       ` Marco Aurélio da Cruz
2006-03-28 12:38         ` Jonathan Larmour
2007-12-14  9:47   ` [ECOS] eCos and GCC 4.1.1 venumadhav
2007-12-14 10:29     ` Andrew Lunn
     [not found]       ` <CBE0A8E1D067704EA75C8D910F98B93D01E611E7@HYD-MKD-MBX01.wipro.com>
2007-12-17 18:39         ` [ECOS] Ecos " Andrew Lunn
2007-12-14 10:38     ` [ECOS] eCos " Paul D. DeRocco

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