OAR

RTEMS 4.5.1-pre3 On-Line Library


When running ./configure weird thing start to happen

PREV UP NEXT Bookshelf RTEMS Frequently Asked Questions

4.2.1: When running ./configure weird thing start to happen

You are probably trying to build within the source-tree. RTEMS requires a separate build directory. I.e. if the sources are located at /usr/local/src/rtems-4.5.0, use something similar to this to configure RTEMS:

cd somewhere
mkdir build
cd build
/usr/local/src/rtems-4.5.0/configure [options]


PREV UP NEXT Bookshelf RTEMS Frequently Asked Questions

Copyright © 1988-2000 OAR Corporation