Re: J1939 support issiues
From: Timothy Vieregge <hidden>
Date: 2014-05-16 18:54:49
Ahh, I had the wrong branch checked out in git. Changing to the correct branch fixed it, thanks. On Fri, May 16, 2014 at 10:14 AM, Kurt Van Dijck [off-list ref] wrote:
Hey, On Thu, May 15, 2014 at 04:00:22PM -0400, Timothy Vieregge wrote:quoted
I'm trying to get J1939 support for an Ubuntu machine, and I'm running into some issues. When I try to compile the can-j1939-utils (against ubuntu-lts-3.8 kernel) I am getting an error. "libj1939.h:3:29 fatal error: linux/can/j1939.h: No such file or directory"The file include/linux/can/j1939.h should be in your can-j1939-utils repository. Can you verify?quoted
I can see the file in the the linux-can-j1939 repo, but not in my merged source, or in /usr/include on the target machine. Any idea what's going wrong?Maybe your host system does not want to look in ./include directory for system include files. Can you grab the command that your build process executes? Kind regards, Kurt