INSTALL.linuxe 327 B

1234567891011121314
  1. Install process for linux embedded
  2. ----------------------------------
  3. The latest osip release tested on embedded linux was 3.0.1
  4. The target was an arm processor.
  5. $> ./configure --build=i686-pc-linux-gnu \
  6. --host=arm-linux \
  7. --target=arm-linux \
  8. --prefix=/arm/usr/local
  9. $> make