help to install RETMS

Daron Chabot daron at nucleus.usask.ca
Fri Jan 27 17:09:35 UTC 2006


On 27-Jan-06, at 10:53 AM, Matteo wrote:

>
>
> HI I have a new problem to install RTEMS !
> I'm using a bash, my system is linux (ubuntu) and is a centrino Intel.
> I download the version rtems-4.6.5 and I unpack it in the
> directory /usr/local/rtems/source/retms4.7
> after I do ;
> /usr/local/rtems/source/build# ../rtems4.7/configure --target=i386- 
> rtems4.7 --
> prefix=/usr/local/rtems/rtems4.7 --enable-cxx --enable-rdbg -- 
> disable-tests --
> enable-networking --enable-posix –enablertemsbsp=i386

		Your problem is here		 ^^^^^^^^^^^^^^^^^^^^^^

It should be:
	--enable-rtemsbsp=pc386

Or, you may exclude this option entirely and choose a BSP when you  
run "make":
	i.e. make RTEMS_BSP=pc386 all && make RTEMS_BSP=pc386 install

Note, the choice of BSP could other than pc386, like pc586 for  
example...

-- dc





More information about the users mailing list