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
: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
, 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
> 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
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
[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
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
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
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