gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] timeservice build


From: Mike
Subject: Re: [gpsd-dev] timeservice build
Date: Tue, 17 May 2016 18:15:09 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0

On 05/17/2016 03:32 PM, Frank Nicholas wrote:

On May 17, 2016, at 2:56 PM, Mike <address@hidden> wrote:

scons timeservice=yes nmea0183=yes fixed_port_speed=9600 fixed_stop_bits=1

Am I as a user then responsible for the install of this target?  i.e. copy the necessary files as needed.

If I build it as I listed, then use scons install, I end up with a binary installed that isn't built  with the options I listed above.  Something obvious that I'm missing?

Try this:
scons install -j5 timeservice=yes nmea0183=yes fixed_port_speed=9600 fixed_stop_bits=1

Note the “-j5" is because I’m using a quad core Raspberry Pi 3.  The “5" tells scons to build five (5) targets in parallel.  If you are not on a Pi 2 or Pi 3, you might want to leave that part off.

Frank, Sanjeev

Thank you that is a step in the right direction.  I was missing the fact that the install target could be combined with the others.

Thanks again

Mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]