Re: [ECOS] help with C++ needed....

2005-10-22 Thread Andrew Lunn
On Fri, Oct 21, 2005 at 05:29:36PM -0400, Billy wrote: Andrew Lunn wrote: Hi Folks Could somebody who is better at C++ than me take a look at this warning gcc 4.0.2 is giving. Using the Monkey's typing Shakespeare approach did not get me very far...

Re: [ECOS] help with C++ needed....

2005-10-22 Thread Alexander Neundorf
On Saturday 22 October 2005 09:50, Andrew Lunn wrote: On Fri, Oct 21, 2005 at 05:29:36PM -0400, Billy wrote: ... The usage: inline foo(); (with a semicolon) smells fishy. Maybe you tried that already. Yep, tried that, same error. Maybe it helps to have a look at the preprocessed file ?

Re: [ECOS] help with C++ needed....

2005-10-22 Thread Andrew Lunn
On Sat, Oct 22, 2005 at 03:24:55PM +0200, Alexander Neundorf wrote: On Saturday 22 October 2005 09:50, Andrew Lunn wrote: On Fri, Oct 21, 2005 at 05:29:36PM -0400, Billy wrote: ... The usage: inline foo(); (with a semicolon) smells fishy. Maybe you tried that already. Yep, tried

[ECOS] help with C++ needed....

2005-10-21 Thread Andrew Lunn
Hi Folks Could somebody who is better at C++ than me take a look at this warning gcc 4.0.2 is giving. Using the Monkey's typing Shakespeare approach did not get me very far... /home/lunn/eCos/work/install/include/cyg/kernel/thread.inl:630: warning: 'cyg_bool Cyg_ThreadQueue::empty()' was used

Re: [ECOS] help with C++ needed....

2005-10-21 Thread Billy
Billy wrote: Andrew Lunn wrote: Hi Folks Could somebody who is better at C++ than me take a look at this warning gcc 4.0.2 is giving. Using the Monkey's typing Shakespeare approach did not get me very far... /home/lunn/eCos/work/install/include/cyg/kernel/thread.inl:630: warning: 'cyg_bool