help building rtems-4.5-beta3

Joel Sherrill joel.sherrill at OARcorp.com
Tue Jun 6 14:04:11 UTC 2000


Vladimir Vasilkov wrote:
> 
> Hi!
> 
> We now building rtems-4.5.0-beta3 for BSP m68k. After
> 
> ./bit_rtems m68k gen68360
> 
> get error:
> 
> Making install in c
> cd: can't cd to c
> gmake: *** [install-recursive] Error 1
> ERROR: failed gmake install.
> 
> What is it?

What host are you on?  We know the native Solaris sed is broken.

What version of sed?  

What does sed output from this command?

echo c | sed -e "s%\([^ ]\+\)%m68k-rtems/\1%g" 

And this one:

echo c | sed -e
"s%\([a-zA-Z0-9][a-zA-Z0-9]*\)%m68k-rtems/\1%g"              

If sed is "good enough", then you get m68k-rtems/c otherwise
you get "c".

FYI .. if you are on Solaris, then there is a Makefile.in in the
networking tree that trips an internal limit in /bin/sed.  This
results in configure producing a corrupt Makefile.  This has 
also been addressed since beta3.


-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel at OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985



More information about the users mailing list