OpenAADL / polyorb-hi-c

PolyORB-HI/C runtime for Ocarina, supports POSIX, RTEMS, Xenomai, XtratuM RTOS
http://www.openaadl.org
Other
12 stars 48 forks source link

build error #2

Closed hardfist closed 9 years ago

hardfist commented 9 years ago

when I build ocarina with runtime polyorb-hi-c ,It raises the following error.

rm -f polyorb-hi_ug_ref.bbl
TEXINPUTS=".:.:" \
     BIBINPUTS=".:.:" \
     BSTINPUTS=".:.:" \
        '\nonstopmode \input polyorb-hi_ug_ref.tex'
/bin/bash: \nonstopmode \input polyorb-hi_ug_ref.tex: command not found
make[5]: [polyorb-hi_ug_ref.aux] Error 127 (ignored)
TEXINPUTS=".:.:" \
     BIBINPUTS=".:.:" \
     BSTINPUTS=".:.:" \
        polyorb-hi_ug_ref
/bin/bash: polyorb-hi_ug_ref: command not found
make[5]: [polyorb-hi_ug_ref.bbl] Error 127 (ignored)
sed: can't read polyorb-hi_ug_ref.bbl: No such file or directory
make[5]: *** [polyorb-hi_ug_ref.texi] Error 2
yoogx commented 9 years ago

This patch should solve this issue. Let me know if this is not the case. Thanks