[cp-patches] FYI: embOS target native layer

2006-01-16 Thread Roman Kennke
This is the target native layer implementation for the embOS platform. Again, this is pretty straightforward. 2006-01-16 Roman Kennke [EMAIL PROTECTED] * native/target/embOS/target_native.h, * native/target/embOS/target_native_file.h, * native/target/embOS

[cp-patches] FYI: RTEMS impl for the target native layer

2006-01-16 Thread Roman Kennke
Hi, here comes the last patch for the target native layer (for now), which implements the layer for RTEMS platform. 2006-01-16 Roman Kennke [EMAIL PROTECTED] * native/target/RTEMS/target_native.h, * native/target/RTEMS/target_native_file.h, * native/target/RTEMS

[cp-patches] FYI: SunOS target native layer

2006-01-16 Thread Roman Kennke
Here comes the target native layer implementation for the SunOS platform. Again, since this is pretty close to Posix, this is nothing serious. Some stuff in math and network and that's it. 2006-01-16 Roman Kennke [EMAIL PROTECTED] * native/target/SunOS/target_native.h, * native

Re: Target native layer

2004-08-12 Thread Dr. Torsten Rupp
discussion. But I'm happy we are one a way to keep going on together. If everybody becomes satisfied with the following new idea for a target layer, I will prepare the changes. New target native layer: - transform code inside macros into functions (this will make debugging possible) - the current

Re: Target native layer

2004-08-12 Thread Michael Koch
with the TARGE_NATIVE layer. I'm sorry for this hard discussion. But I'm happy we are one a way to keep going on together. If everybody becomes satisfied with the following new idea for a target layer, I will prepare the changes. New target native layer: - transform code inside macros

Re: Target native layer

2004-08-12 Thread Michael Koch
Am Donnerstag, 12. August 2004 14:10 schrieb Dr. Torsten Rupp: I first wanted to avoid to offer here things in advance (otherwise I fear somebody will become upset if I can not do it in time, because of limitated manpower). Currently on the list is: Solaris, RTEMS, embOS and MinGW (Windows).