Re: RTEMS SMP configuration

2014-12-06 Thread Hesham Moustafa
Hi, Thanks Joel and Gedare. I found it a bit tricky as I had to add epiphany to (hidden) aclocal/enable-smp.m4 files at c/src, cpukit and the root directory. It now builds and compiles fine, and actually I can send some SMP messages to RTEMS on another core, but the current status of SMP/epiphany

Re: Freestanding and Hosted implementations.

2014-12-06 Thread Joel Sherrill
On 12/06/2014 03:23 AM, Sebastian Huber wrote: On 12/05/2014 07:11 PM, Fernando Alberione wrote: Hello, I'm making a research about embbedded OS that are using C++ compilers. Particularly I need to know: 1) Are you using a freestanding or hosted implementation of the C++ library headers? I mea

Re: duplicate functionality in libmd and libcrypt

2014-12-06 Thread Gedare Bloom
Looks like I wrote carelessly. I see different now. libcrypt supports the "crypt" commands while libmd provides some cryptographic hash functions. The file names led me to believe there was some overlap. README might be nice in those subdirectories. On this topic, libmd should be renamed now that

Re: duplicate functionality in libmd and libcrypt

2014-12-06 Thread Sebastian Huber
Hello Gedare, where did you spot duplicated functionality in these libraries (both end up in librtemscpu.a)? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedd

Re: Freestanding and Hosted implementations.

2014-12-06 Thread Sebastian Huber
On 12/05/2014 07:11 PM, Fernando Alberione wrote: Hello, I'm making a research about embbedded OS that are using C++ compilers. Particularly I need to know: 1) Are you using a freestanding or hosted implementation of the C++ library headers? I mean, how do you define the macro __STDC_HOSTED__?