<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>I have problems when building RTEMS Kernel</div><div><br></div><div>$../rtems/configure --target=arm-rtems4.12 --enable-rtemsbsp=beagleboneblack  --prefix=/home/sxxsxx/development/rtems/kernel/image</div><div>...</div><div>\target architecture: arm.</div><div>available BSPs: beagleboneblack.</div><div>'make all' will build the following BSPs: beagleboneblack.</div><div>other BSPs can be built with 'make RTEMS_BSP="bsp1 bsp2 ..."'</div><div><br></div><div>when I have:</div><div>$sudo make</div><div>...</div><div>checking for style of include used by make... GNU</div><div>checking for arm-rtems4.12-gcc... no</div><div>configure: error: no acceptable cc found in $PATH</div><div>...</div><div>However, I have added the '/home/sxxsxx/development/rtems/4.12/bin' to PATH</div><div>$echo $PATH</div><div>/home/sxxsxx/development/rtems/4.12/bin:/home/sxxsxx/development/rtems/4.12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games</div><div><br></div><div>Actually, when I have:</div><div>$arm-rtems4.12-gcc</div><div>arm-rtems4.12-gcc: fatal error: no input files</div><div>compilation terminated.</div><div><br></div><div>it means 'arm-rtems4.12-gcc' is in the path, but why the building can't find it when checking</div><div>checking for arm-rtems4.12-gcc... no</div><div>configure: error: no acceptable cc found</div><div><br></div><div>I am new to RTEMS, I searched this problem but got nothing, can you help me? Thanks.</div></div>