[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I'm having trouble installing RTEMS on my build-host
- Date: Mon, 15 Mar 2004 14:56:01 -0800 (PST)
- From: mikeci at acm.org (mikeci at acm.org)
- Subject: I'm having trouble installing RTEMS on my build-host
Hi!
Do you have rtems/bin added in your PATH? For example let's say that you
installed rtems/bin in /opt/rtems/bin, than:
export PATH=/opt/rtems/bin:$PATH.
Next, you can run command bootstrap in your rtems source directory. All
builds should be run in build directory.