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