|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-02 09:49:13
Hi Sam,
> BTW Have you seen the typo on this page : (look for "Dowloading")
>
> http://boost.sourceforge.net/boost-build2/
Heck, and nobody noticed for quite some time!
> gccmt.jam : (which is exactly the same as gcc.jam but the following lines
> added)
"exactly the same as gcc.jam"? Hmm... I'm not sure that's right.
> type.register LDR : ldr : : main ;
>
> type.set-generated-target-suffix LDR : <toolset>gccmt : ldr ;
> type.set-generated-target-suffix EXE : <toolset>gccmt : preelf ;
>
> generators.register-composing gccmt.ldlk : EXE : LDR : <toolset>gccmt ;
Have you defined the "gccmt" feature anywhere? If gccmt.jam is the same as
gcc.jam, then probably gccmt is not defined, and that's not good. The last
generator will never work.
I think you need to rename all 'gcc' to 'gccmt'.
> .../build\targets.jam:1089: in construct from module object(typed-target)@1
> error: unable to construct ./test
Maybe, you can run bjam with "--debug-generators" option and send me the
output?
- Volodya
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk