Re: [CMake] using arm toolchain and having issues with linux socket can

2016-09-19 Thread Gunter, Walter E
having issues with linux socket can > Doesn't seem ideal, but I tried it. I got past that part, and now on > to something I have seen before: > [ 68%] Linking CXX executable enterprise > arm-none-linux-gnueabi-g++: CMakeFiles/enterprise.dir/..o: No such > arm-none-linu

Re: [CMake] using arm toolchain and having issues with linux socket can

2016-09-18 Thread Gunter, Walter E
:19 AM To: Gunter, Walter E Cc: cmake@cmake.org Subject: Re: [CMake] using arm toolchain and having issues with linux socket can Am Freitag, 16. September 2016, 22:54:25 schrieb Gunter, Walter E: > Ah..got ya. > There are two in my toolchain: > Sys/socket.h > Linux/socket.h > &g

Re: [CMake] using arm toolchain and having issues with linux socket can

2016-09-18 Thread Gunter, Walter E
, September 17, 2016 1:19 AM To: Gunter, Walter E Cc: cmake@cmake.org Subject: Re: [CMake] using arm toolchain and having issues with linux socket can Am Freitag, 16. September 2016, 22:54:25 schrieb Gunter, Walter E: > Ah..got ya. > There are two in my toolchain: > Sys/socket.h > Li

Re: [CMake] using arm toolchain and having issues with linux socket can

2016-09-17 Thread Rolf Eike Beer
> Doesn't seem ideal, but I tried it. I got past that part, and now on to > something I have seen before: > [ 68%] Linking CXX executable enterprise > arm-none-linux-gnueabi-g++: CMakeFiles/enterprise.dir/..o: No such file or > directory > What does that mean? That you probably have something

Re: [CMake] using arm toolchain and having issues with linux socket can

2016-09-17 Thread Rolf Eike Beer
Am Freitag, 16. September 2016, 22:54:25 schrieb Gunter, Walter E: > Ah..got ya. > There are two in my toolchain: > Sys/socket.h > Linux/socket.h > > I couldn't find AF_CAN or PF_CAN defined in the sys one, but it is in the > linux. I included it, but still getting the error when building that i

Re: [CMake] using arm toolchain and having issues with linux socket can

2016-09-16 Thread Gunter, Walter E
[mailto:e...@sf-mail.de] Sent: Friday, September 16, 2016 4:21 PM To: cmake@cmake.org Cc: Gunter, Walter E Subject: Re: [CMake] using arm toolchain and having issues with linux socket can Am Freitag, 16. September 2016, 22:13:14 schrieb Gunter, Walter E: > So, now that I am rocking and rolling usin

Re: [CMake] using arm toolchain and having issues with linux socket can

2016-09-16 Thread Gunter, Walter E
g arm toolchain and having issues with linux socket can Am Freitag, 16. September 2016, 22:13:14 schrieb Gunter, Walter E: > So, now that I am rocking and rolling using the correct toolchain, I > am stuck with a failed compile. > error: 'PF_CAN' was not declared in this scop

Re: [CMake] using arm toolchain and having issues with linux socket can

2016-09-16 Thread Rolf Eike Beer
Am Freitag, 16. September 2016, 22:13:14 schrieb Gunter, Walter E: > So, now that I am rocking and rolling using the correct toolchain, I am > stuck with a failed compile. > error: 'PF_CAN' was not declared in this scope > > Does this mean it can’t find the header file? I am just implementing t

[CMake] using arm toolchain and having issues with linux socket can

2016-09-16 Thread Gunter, Walter E
So, now that I am rocking and rolling using the correct toolchain, I am stuck with a failed compile. error: 'PF_CAN' was not declared in this scope Does this mean it can’t find the header file? I am just implementing the CAN interface; nothing complex. Here is my file… Mycan.c #include Wal