Boost logo

Boost-Build :

Subject: Re: [Boost-build] changing file output suffixes
From: McLemon, Sean (Sean.McLemon_at_[hidden])
Date: 2009-06-30 11:30:57


> GCC uses 'eabi' and 'elf' on some targets to mean bare metal. We can
> either
> use those, in indeed introduce 'bare' as target-os.

I think "elf" makes more sense. If it's possible that would be a useful
addition for us.

> I'm confused. Are the object files created? (Which would suggest that
> error
> message comes from compiler) Or the compilation fails, while the
> /c/analog/tools5.0_andromeda/ccblkfn file exists? I'd suggest you try
> to
> specify the path using Windows paths and see what happens.

Quite embarassingly I think we can chalk this one up to "User error" :)
When I changed the "using bfin: ..." line in my user-config.jam to the
below (i.e. using windows paths) I no longer get the message (I do get a
wonderful compiler crash, but that is due to using an non-mature
development compiler):

  using bfin : 8.0.7.1 : c:/analog/tools5.0_andromeda/ccblkfn ;

Thanks again for your help, Volodya

- Sean


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