Re: [CMake] Port from Debian to Windows: Include files not found

2015-09-21 Thread Randy Turner
Thanks for all of the input, everyone! Unfortunately the problem still persists. I don't have much to report this morning. I've removed the calls to build the assembly file and confirmed that it is an ASM vs C issue as opposed to an ordering issue. It continued to attempt to build the C file withou

Re: [CMake] Port from Debian to Windows: Include files not found

2015-09-18 Thread Pau Garcia i Quiles
Hello, You may need something like this in the toolchain file: # search for programs in the build host directories SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) # for libraries and headers in the target directories SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH) SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE

Re: [CMake] Port from Debian to Windows: Include files not found

2015-09-18 Thread Randy Turner
https://ionic.com> > > Ionic Security Inc. > 1170 Peachtree St. NE STE 400, Atlanta, GA 30309 > > > > > > > > > From: Randy Turner > Date: Friday, September 18, 2015 at 2:01 PM > To: Parag Chandra > Cc: "cmake@cmake.org" > Subject: Re: [CMake]

Re: [CMake] Port from Debian to Windows: Include files not found

2015-09-18 Thread Parag Chandra
/ionic.com> Ionic Security Inc. 1170 Peachtree St. NE STE 400, Atlanta, GA 30309 From: CMake on behalf of Randy Turner Date: Friday, September 18, 2015 at 1:22 PM To: "cmake@cmake.org<mailto:cmake@cmake.org>" Subject: [CMake] Port from Debian to Windows: Include files

Re: [CMake] Port from Debian to Windows: Include files not found

2015-09-18 Thread Randy Turner
> > > > > > From: CMake on behalf of Randy Turner > Date: Friday, September 18, 2015 at 1:22 PM > To: "cmake@cmake.org" > Subject: [CMake] Port from Debian to Windows: Include files not found > > I am having trouble building a Code Composer Studio project

Re: [CMake] Port from Debian to Windows: Include files not found

2015-09-18 Thread Parag Chandra
/IonicSigHz.png]<https://ionic.com> Ionic Security Inc. 1170 Peachtree St. NE STE 400, Atlanta, GA 30309 From: CMake on behalf of Randy Turner Date: Friday, September 18, 2015 at 1:22 PM To: "cmake@cmake.org<mailto:cmake@cmake.org>" Subject: [CMake] Port from Debian to

[CMake] Port from Debian to Windows: Include files not found

2015-09-18 Thread Randy Turner
I am having trouble building a Code Composer Studio project with CMake. Executing from the same directory in Linux compiles successfully, but in Linux it fails to find any included files that aren't in the same directory as the .c file that it's building. I can provide a relative path to help it mo