/ It's an embedded system with it's own proprietary OS.
/
"own proprietary OS" == you/your company wrote it or an RTOS one can buy ?
Adding support for some commercial RTOS like e.g. VxWorks to cmake would be
ok.
Yes, it is our own RTOS, not publicly available.
/ > Why do you need CMAKE_FOR
On Tuesday 10 June 2008, Wojciech Migda wrote:
> Alexander Neundorf pisze:
> > On Sunday 08 June 2008, Wojciech Migda wrote:
> >> As it appeared the "." entry was present due to me using user-defined
> >> assembler compiler for the build. Commenting out the relevant
> >> ENABLE_LANGUAGE command in
Alexander Neundorf pisze:
On Sunday 08 June 2008, Wojciech Migda wrote:
As it appeared the "." entry was present due to me using user-defined
assembler compiler for the build. Commenting out the relevant
ENABLE_LANGUAGE command in CMakeLists.txt led to proper behaviour. But
why ? I looked at
On Sunday 08 June 2008, Wojciech Migda wrote:
> Hi,
>
> I did have a problem with cmake regenerating the whole build tree
> everytime I executed make. As it turned out the rebuild was done due to
> the dependency check made in
> cmGlobalUnixMakefileGenerator3::WriteMainCMakefile. It came out that t
>> I've prepared a patch against the 2.6.0 version. Unfortunately I could
>> not find the patch format instructions for cmake, so I took those for
>> linux kernel (diff -up).
>>
>Thanks for the patch.
>The asm support is still very new, so thanks for pointing out issues.
>Can you create a small te
On Sunday 08 June 2008, Wojciech Migda wrote:
> Hi,
>
...
> I've prepared a patch against the 2.6.0 version. Unfortunately I could
> not find the patch format instructions for cmake, so I took those for
> linux kernel (diff -up).
>
> --- cmake-2.6.0/Source/cmGlobalGenerator.cxx.orig2008-05-05
>
Hi,
I did have a problem with cmake regenerating the whole build tree
everytime I executed make. As it turned out the rebuild was done due to
the dependency check made in
cmGlobalUnixMakefileGenerator3::WriteMainCMakefile. It came out that the
CMAKE_MAKEFILE_DEPENDS list in Makefile.cmake con