[Scons-users] Cross-OS Cross-Building
Jason Kenny
dragon512 at live.com
Wed Aug 10 08:23:31 EDT 2016
I need to redo the document (as always….)
But online there is a link at the old tigris site … http://parts.tigris.org/doc/PartsUserGuide.pdf
The new hosting site: https://bitbucket.org/sconsparts/parts
The word docs are in the /doc directory. This is a little more up-to-date. It is in a master/subdoc format in word. So if you load userguide.docx here
You will want to:
1) click View->outline
2) click on “Expand subdocuments”
3) Click close outline view
The getting started guide is a bit out of date, the stuff about SDK is should be ignored. Was planning on removing it this document, but thought it might still have some value. Same with the PartsScript.docx, which is completely out of date.. so ignore it.
I plan to move all this to sphinx and host it on readthedocs.
Jason
From: Scons-users [mailto:scons-users-bounces at scons.org] On Behalf Of pholat
Sent: Wednesday, August 10, 2016 2:20 AM
To: Dirk Bächle <dl9obn at darc.de>; SCons users mailing list <scons-users at scons.org>
Subject: Re: [Scons-users] Cross-OS Cross-Building
Could you guys please tell me if Part is in user manual somewhere?
I was using different Envirionment with specified Tool for cross compilation but see that there is another, maybe better, way?
Best regards,
Adam
Pozdrawiam,
Adam A. Dobrowolski || pholat
2016-08-10 8:51 GMT+02:00 Dirk Bächle <tshortik at gmx.de <mailto:tshortik at gmx.de> >:
Yes,
On 10.08.2016 01:31, Jason Kenny wrote:
I been doing cross platform builds for years. If you choose use Parts with
Scons you will find it very easy to setup.
[...]
from parts import *
Part('hello.parts')
----------------------
hello.part------
Import('*')
ret=env.Program("hello","hello.c")
env.InstallTarget(ret)
----------------------
Parts FTW! :)
Regards,
Dirk
_______________________________________________
Scons-users mailing list
Scons-users at scons.org <mailto:Scons-users at scons.org>
https://pairlist4.pair.net/mailman/listinfo/scons-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160810/e6ed43e2/attachment-0001.html>
More information about the Scons-users
mailing list