<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"><style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: ????; color: rgb(0, 0, 255); line-height: 1.5; }</style></head><body>
<div><span></span>Hi,</div><div>I got the rtems source builder by the git command("git clone git://git.rtems.org/rtems-source-builder.git") and builded rtems 4.11 toolschain by rtems source builder with the configure command("../rtems-4.10.99/configure --target=arm-rtems4.11 --enable-posix --enable-networking --enable-cxx --enable-rtemsbsp=stm32f4 --prefix=/opt/rtems-4.11/"). Then, when executing "sudo make all install" after "./configure", there is a error as follow. Why is it? How can I do for it? Thank you very much!</div><div><br></div><div>make[8]: Entering directory `/home/zhangzhenxing/rtems/build-rtems/arm-rtems4.11/c/stm32f4/lib/libbsp/arm/stm32f4'<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/bsp_specs ../../../../../.././stm32f4/lib/bsp_specs<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/../../shared/include/tm27.h ../../../../../.././stm32f4/lib/include/tm27.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/include/bsp.h ../../../../../.././stm32f4/lib/include/bsp.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/../../shared/include/coverhd.h ../../../../../.././stm32f4/lib/include/coverhd.h<br>/usr/bin/install -c -m 644 include/bspopts.h ../../../../../.././stm32f4/lib/include/bspopts.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/../../shared/include/bootcard.h ../../../../../.././stm32f4/lib/include/bsp/bootcard.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/../../shared/include/utility.h ../../../../../.././stm32f4/lib/include/bsp/utility.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/../../shared/include/irq-generic.h ../../../../../.././stm32f4/lib/include/bsp/irq-generic.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/../../shared/include/irq-info.h ../../../../../.././stm32f4/lib/include/bsp/irq-info.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/../../shared/include/stackalloc.h ../../../../../.././stm32f4/lib/include/bsp/stackalloc.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/../shared/include/start.h ../../../../../.././stm32f4/lib/include/bsp/start.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/../shared/armv7m/include/armv7m-irq.h ../../../../../.././stm32f4/lib/include/bsp/armv7m-irq.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/include/irq.h ../../../../../.././stm32f4/lib/include/bsp/irq.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/include/usart.h ../../../../../.././stm32f4/lib/include/bsp/usart.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/include/stm32f4.h ../../../../../.././stm32f4/lib/include/bsp/stm32f4.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/include/stm32f10xxx_gpio.h ../../../../../.././stm32f4/lib/include/bsp/stm32f10xxx_gpio.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/include/stm32f10xxx_rcc.h ../../../../../.././stm32f4/lib/include/bsp/stm32f10xxx_rcc.h<br>/usr/bin/install -c -m 644 ../../../../../../../../rtems-source-code/c/src/lib/libbsp/arm/stm32f4/include/stm32f10xxx_exti.h ../../../../../.././stm32f4/lib/include/bsp/stm32f10xxx_exti.h<br>make[8]: *** No rule to make target `include/stm32f4xxxx_adc.h', needed by `../../../../../.././stm32f4/lib/include/bsp/stm32f4xxxx_adc.h'.  Stop.<br>make[8]: Leaving directory `/home/zhangzhenxing/rtems/build-rtems/arm-rtems4.11/c/stm32f4/lib/libbsp/arm/stm32f4'<br>make[7]: *** [preinstall-recursive] Error 1<br>make[7]: Leaving directory `/home/zhangzhenxing/rtems/build-rtems/arm-rtems4.11/c/stm32f4/lib/libbsp/arm'<br>make[6]: *** [preinstall-recursive] Error 1<br>make[6]: Leaving directory `/home/zhangzhenxing/rtems/build-rtems/arm-rtems4.11/c/stm32f4/lib/libbsp'<br>make[5]: *** [preinstall-recursive] Error 1<br>make[5]: Leaving directory `/home/zhangzhenxing/rtems/build-rtems/arm-rtems4.11/c/stm32f4/lib'<br>make[4]: *** [preinstall-recursive] Error 1<br>make[4]: Leaving directory `/home/zhangzhenxing/rtems/build-rtems/arm-rtems4.11/c/stm32f4'<br>make[3]: *** [preinstall-stamp] Error 2<br>make[3]: Leaving directory `/home/zhangzhenxing/rtems/build-rtems/arm-rtems4.11/c/stm32f4'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/home/zhangzhenxing/rtems/build-rtems/arm-rtems4.11/c/stm32f4'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/zhangzhenxing/rtems/build-rtems/arm-rtems4.11/c'<br>make: *** [all-recursive] Error 1</div>
<div><br></div><hr style="width: 210px; height: 1px;" color="#b5c4df" size="1" align="left">
<div><span><div style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt"><div>harbor0727@gmail.com</div></div></span></div>
</body></html>