Re: [CMake] Add support for cross compiling to VxWorks

2016-01-01 Thread Kuhl, Brian
/workspace/VSB64/usr/libcommon/PIC ) -Original Message- From: Gregor Jasny [mailto:gja...@googlemail.com] Sent: January-01-16 10:14 AM To: Kuhl, Brian; cmake@cmake.org Subject: Re: [CMake] Add support for cross compiling to VxWorks Hello, please have a look at some other toolchain file like

Re: [CMake] Add support for cross compiling to VxWorks

2016-01-01 Thread Gregor Jasny via CMake
Hello, please have a look at some other toolchain file like the BlackBerry one: > https://github.com/blackberry/OGRE/blob/master/src/CMake/toolchain/blackberry.toolchain.cmake On 30/12/15 21:38, Kuhl, Brian wrote: > I'm trying to add support for VxWorks to CMake. > My current dilemma is that

[CMake] Add support for cross compiling to VxWorks

2015-12-30 Thread Kuhl, Brian
Hi CMake Experts, I'm trying to add support for VxWorks to CMake. My current dilemma is that the Compiler ID link test is failing because my library link path isn't being used, and libraries aren't being found. I've set the library path in all the obvious places ( or so I thought,) what