[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building RTEMS without GNU tools
- Date: Thu, 12 Aug 1999 22:57:13 +1000 (EST)
- From: zoltan at bendor.com.au (Zoltan Kocsi)
- Subject: Building RTEMS without GNU tools
Giorgi Jean-Claude ( Anrad ) writes:
> Could it be possible to build RTEMS without using GNU C tools, I mean
> simply manually collecting right source files for a specific target in a
> single directory and compiling with third-party PC compiler (Like Green
> Hills one) ?
>
> Any experience about that ?
I don't know if you can use third-party compilers but it is definitely
possible to compile RTEMS without the build process.
I use gcc as crosscompiler but I don't use the tools, BSPs and stuff
like that that come with RTEMS.
I simply dumped the relevant C files into an rtems directory within
the project, listed all the files in the Makefile and created a header
which defines everything that the proper build process would. Works
well.
Regards,
Zoltan