skew
unread,Nov 20, 2014, 1:16:51 PM11/20/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'd like to build a VSB, preferably through Workbench, that creates a new source hierarchy of the target directories needed to build. I want to be able to modify them if necessary without touching the originally installed source files.
Ideally, I'd like to check the "Link source" box when creating a VSB but have it copy the sources instead of link to them, and update the build environment accordingly.
Assuming there's no built-in way to do that, what steps would I follow to get it done? So far, I've
1. Created a "Link source" VSB to compare with
2. Created an empty VSB
3. Created folders Sources/h and Sources/src in the empty VSB
4. Run "make" from the command line
It builds a lot of the imported files, but eventually has unresolved errors. The environment variables are still pointing to the original WindRiver directory, so I'm sure there's some conflict there. Before I start to tear everything apart, I thought I'd better ask here first, perhaps there's a set of straight-forward steps to follow.
Thanks.
skew