Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-17 Thread Axel Roebel
On Wednesday 16 July 2008 8:54:11 pm [EMAIL PROTECTED] wrote: > Hi. > > I've got cmake 2.6-patch 0 installed and I'm trying to get a simple > (helloworld.cpp) compiled and built on a linux system. > > My toolchain file looks like this: > > -- toolchain.cmake -- > SET( CMAKE_SYSTEM_NAME foobar ) > S

Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Bill Hoffman
Phil Pellouchoud wrote: Can you try this: rm -rf * && cmake -DCMAKE_TOOLCHAIN_FILE=foobar Also, cmake --version. -Bill [phil] I'm not sure what you expected from the 'cmake -DCMAKE_TOOLCHAIN_FILE=foobar' - my toolchain file is called toolchain.cmake I wanted to make sure you got an er

Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Phil Pellouchoud
Egads! That was it! Thanks! Dang typos! -phil -Original Message- From: Andreas Pokorny [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 1:17 PM To: Phil Pellouchoud Cc: cmake@cmake.org Subject: Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling. Hello, 2008/7/16

Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Phil Pellouchoud
-Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 12:02 PM To: Phil Pellouchoud Cc: cmake@cmake.org Subject: Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling. Phil Pellouchoud wrote: > -Original Message- > From: Bill H

Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Andreas Pokorny
Hello, 2008/7/16 Phil Pellouchoud <[EMAIL PROTECTED]>: > Hi. > [...] > -- toolchain.cmake -- > SET( CMAKE_SYSTEM_NAME foobar ) > SET( CMAKE_SYST EM_VERSION 1 ) > SET( CMAKE_SYSTEM_PROCESSOR arm-foo ) > SET( CMAKE_SYSTEM_C_COMPILER /absolute/path/to/compiler ) > SET( CMAKE_SYSTEM_CXX_COMPILER /abso

Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Bill Hoffman
Phil Pellouchoud wrote: -Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 11:43 AM To: Phil Pellouchoud Cc: cmake@cmake.org Subject: Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling. What output do you get when you run cmake

Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Phil Pellouchoud
-Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 11:43 AM To: Phil Pellouchoud Cc: cmake@cmake.org Subject: Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling. What output do you get when you run cmake? rm -rf * cmake

Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Bill Hoffman
What output do you get when you run cmake? rm -rf * cmake -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake .. -Bill ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Phil Pellouchoud
Phil Pellouchoud wrote: > I waited for a while to get this e-mail through, but it didn't seem like it took - trying again. > It took, I have two copies... [phil] okay, thanks. > > > Hi. > > I've got cmake 2.6-patch 0 installed and I'm trying to get a simple (helloworld.cpp) compiled and

Re: [CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Bill Hoffman
Phil Pellouchoud wrote: I waited for a while to get this e-mail through, but it didn't seem like it took - trying again. It took, I have two copies... Hi. I've got cmake 2.6-patch 0 installed and I'm trying to get a simple (helloworld.cpp) compiled and built on a linux system. My to

[CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Phil Pellouchoud
I waited for a while to get this e-mail through, but it didn't seem like it took - trying again. Hi. I've got cmake 2.6-patch 0 installed and I'm trying to get a simple (helloworld.cpp) compiled and built on a linux system. My toolchain file looks like this: -- toolchain.cmake -- SET( C

[CMake] trouble with cmake 2.6-patch 0 cross compiling.

2008-07-16 Thread Phil Pellouchoud
Hi. I've got cmake 2.6-patch 0 installed and I'm trying to get a simple (helloworld.cpp) compiled and built on a linux system. My toolchain file looks like this: -- toolchain.cmake -- SET( CMAKE_SYSTEM_NAME foobar ) SET( CMAKE_SYST EM_VERSION 1 ) SET( CMAKE_SYSTEM_PROCESSOR arm-foo )