« Return to Thread: changing file output suffixes

Re: changing file output suffixes

by McLemon, Sean :: Rate this Message:

Reply to Author | View in Thread

> Try adding
>
> target-os=linux
>
> to command line.
Thanks! It's good that my objects are now building - but supplying
target-os=linux does seem a little strange as I'm not really building
for any OS. Another target may be an idea, but it's not a huge deal:
target-os=none, or target-os=bare_metal perhaps.

Also, even though the object files are being created correctly I'm
getting "the system cannot find the path specified", eg:
 
    /c/analog/tools5.0_andromeda/ccblkfn -c   -DBOOST_ALL_NO_LIB=1
-DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -O -always-inline -threads -eh
-I"."  -o
"bin.v2\libs\math\build\bfin-8.0.7.1\release\target-os-linux\threading-m
ulti\acosh.doj" "libs\math\build\..\src\tr1\acosh.cpp"
-D_LITTLE_ENDIAN -c++ -full-cpplib

...failed bfin.compile.c++
bin.v2\libs\math\build\bfin-8.0.7.1\release\target-os-linux\threading-mu
lti\acosh.doj...
bfin.compile.c++
bin.v2\libs\math\build\bfin-8.0.7.1\release\target-os-linux\threading-mu
lti\asinh.doj
The system cannot find the path specified.

... etc

Afterwards I manually verified that the files exist, and they do.

- Sean
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: changing file output suffixes