Problem in porting an application
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Sat May 8 13:41:22 CEST 2010
On Fri May 07, 2010 at 12:17:17 -0400, Karthik Vadambacheri Manian wrote:
> Currently I am trying to port a pingpong c++ application which uses time
> warped libraries. The time warped libraries use standard c++ library inturn.
> I tried to compile the pingpong application by modifying the makefiles to
> include the time warped headers. But I get lot of errors while compiling
> because during compilation the uclibc++ header files are used instead of
> standard c++ headers and they differ. Hence I tried to port the warped
> library functions for uclibc++ but it seems it needs a huge modification. Do
> modifying makefiles to use standard c++ header files instead of uclibc++
> will break other systems? Please let me know your comments.
I think you cannot simply use your host libstdc++ because it's not only
about the header files but also about the library itself. That would
need porting. I wonder why uclibc++ would be so different?
Adam
--
Adam adam at os.inf.tu-dresden.de
Lackorzynski http://os.inf.tu-dresden.de/~adam/
More information about the l4-hackers
mailing list