$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Schmidt (prs_at_[hidden])
Date: 2003-07-24 12:26:01
Ok, I'm back to dealing with the two processors, and it's getting
closer. I've defined pairs of some variables based on the
<instruction-set> flag, but now there's a problem with accessing a
library that gets built. I did this in the toolset:
--- flags snps2 SUFLIB <instruction-set>ee : .a ; flags snps2 SUFLIB <instruction-set>iop : .ilb ; --- But now, a subproject jam file: --- subproject iop/hello ; exe hello : hello.c <lib>../init/init : <instruction-set>iop <include>../include ; --- Can't find the library: ...skipped <ee!hello\hello\snps2\debug\instruction-set-ee>hello for lack of <ee!init\init\snps2\debug\instruction-set-ee>init... Do I need to somehow mark the <lib> as belonging to a particular instruction set? tia -Paul