All of lore.kernel.org
 help / color / mirror / Atom feed
* J1939 support issiues
@ 2014-05-15 20:00 Timothy Vieregge
  2014-05-16 14:14 ` Kurt Van Dijck
  0 siblings, 1 reply; 3+ messages in thread
From: Timothy Vieregge @ 2014-05-15 20:00 UTC (permalink / raw)
  To: linux-can

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"

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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: J1939 support issiues
  2014-05-15 20:00 J1939 support issiues Timothy Vieregge
@ 2014-05-16 14:14 ` Kurt Van Dijck
  2014-05-16 18:54   ` Timothy Vieregge
  0 siblings, 1 reply; 3+ messages in thread
From: Kurt Van Dijck @ 2014-05-16 14:14 UTC (permalink / raw)
  To: Timothy Vieregge; +Cc: linux-can

Hey,

On Thu, May 15, 2014 at 04:00:22PM -0400, Timothy Vieregge wrote:
> 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?

> 
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: J1939 support issiues
  2014-05-16 14:14 ` Kurt Van Dijck
@ 2014-05-16 18:54   ` Timothy Vieregge
  0 siblings, 0 replies; 3+ messages in thread
From: Timothy Vieregge @ 2014-05-16 18:54 UTC (permalink / raw)
  To: Timothy Vieregge, linux-can

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
<dev.kurt@vandijck-laurijssen.be> wrote:
> Hey,
>
> On Thu, May 15, 2014 at 04:00:22PM -0400, Timothy Vieregge wrote:
>> 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?
>
>>
>> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-16 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-15 20:00 J1939 support issiues Timothy Vieregge
2014-05-16 14:14 ` Kurt Van Dijck
2014-05-16 18:54   ` Timothy Vieregge

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.