Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How do you build traceprinter for non-Neutrino hosts ?: (4 Items)
   
How do you build traceprinter for non-Neutrino hosts ?  
Customer has the traceprinter source and wants to build it on a Linux box.

There are Makefiles there for Linux, Windows and Solaris, but it is not clear to me how we expect these to work on these
 hosts.

Since we release host versions of traceprinter, clearly we've done it.

Any advice on how ?

Thanks !

Dave
Re: How do you build traceprinter for non-Neutrino hosts ?  
No takers ? I'll have to try it myself I suppose. This could use an app. note...

Dave
RE: How do you build traceprinter for non-Neutrino hosts ?  
The trick, Dave, is to setup a linux staging area in your qconf-override.mk
 
USE_ROOT_linux=/home/cburgess/qssl/linux_stage
 
Then you can build and install libtraceparser and traceprinter (and any other
libs needed)

________________________________

From: Dave Bott [mailto:community-noreply@qnx.com]
Sent: Fri 2/6/2009 8:12 PM
To: general-ide
Subject: Re: How do you build traceprinter for non-Neutrino hosts ?



No takers ? I'll have to try it myself I suppose. This could use an app. note...

Dave

_______________________________________________
General
http://community.qnx.com/sf/go/post21695



RE: How do you build traceprinter for non-Neutrino hosts ?  
Thanks Colin,
 
Actually, it turns out there's  more to it...
 
First, silly old Linux (FC 6) did not install gcc by default - so that was confusing my poor brain.
 
Then, traceparser requires our lib/compat.h which does not seem to be installed by default.
 
Then, libtraceparser.a is also required.

Oh, and libcompat.a as well.
 
Easy. 
 
Thanks !
 
Dave

________________________________

From: Colin Burgess [mailto:community-noreply@qnx.com]
Sent: Fri 2/6/2009 5:18 PM
To: general-ide
Subject: RE: How do you build traceprinter for non-Neutrino hosts ?



The trick, Dave, is to setup a linux staging area in your qconf-override.mk

USE_ROOT_linux=/home/cburgess/qssl/linux_stage

Then you can build and install libtraceparser and traceprinter (and any other
libs needed)

________________________________

From: Dave Bott [mailto:community-noreply@qnx.com]
Sent: Fri 2/6/2009 8:12 PM
To: general-ide
Subject: Re: How do you build traceprinter for non-Neutrino hosts ?



No takers ? I'll have to try it myself I suppose. This could use an app. note...

Dave

_______________________________________________
General
http://community.qnx.com/sf/go/post21695





_______________________________________________
General
http://community.qnx.com/sf/go/post21696



Attachment: Text winmail.dat 4.78 KB