On Sat, Mar 29, 2008 at 12:25:45AM +0100, Alexander Neundorf wrote: > On Tuesday 25 March 2008, you wrote: > ... > > I validated the general approach this morning, should be ready by > > tomorrow. > > News ? Sorry, I couldn't quite save time to make a nice platform file. Would you accept the following Rtems.make so that at least CMAKE_SYSTEM_NAME == "Rtems" works?
I'm sorting out some setup problems, so I've not managed to prepare a Rtems.make file that's able to generate executables (There are a few linking flags and objdump magic that seem to be standard in Rtems developemnt). It works for libs now though. Regards, Frederik
# Not so useful template file for Rtems projects, see # http://cvs.savannah.nongnu.org/viewvc/*checkout*/tsp/make/Toolchain-rtems-i386.cmake?root=tsp # For an example of working CMAKE_TOOLCHAIN_FILE for Rtems SET_PROPERTY(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE)
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
