RTEMS - ld error - undefined reference to '_Thread_Dispatch_disable_level'

Joel Sherrill joel.sherrill at OARcorp.com
Thu Nov 20 14:01:18 UTC 2003


mansoor ahamed wrote:
> Hi all,
> 
> Iam new to RTEMS. My job is to setup RTEMS for i386 and make a study on it.
> I downloaded binutils, gcc and rtems source (rtems-4.6.0pre5) for i386 
> target from RTEMS site. Iam using linux as my development platform.
> 
> I followed the manual provided in the site.
> 
> 1) Installed binutils
> 2) Installed gcc
> 3) set the path /opt/rtems-4.6/bin
> 4) mkdir rtems-build
> 5) cd rtems-build
> 6) ../rtems-4.6.0pre5/configure --target=i386-rtems
> 4) make
> 
> 
> After this I got undefined error message thrown by ld.
> I have attached build log with this mail.
> 
> Did I miss anything or the configuration is wrong ??

Attaaching the log. :)

That is an RTEMS internal variable which should have been
included if the link was invoked properly.  That configure
command (6) will attempt to build all BSPs so it is not even
clear which BSP you care about.

You are probably interested in a pc386 variant and should
have another configure argument something line --enable-rtemsbsp=XXX
where XXX is the BSP you want (e.g. pc486, pck6, i386ex, etc.)

> Thanks in advance,
> Manmed
> 
> _________________________________________________________________
> Express your Digital Self. Win fabulous prizes. 
> http://www.msn.co.in/DigitalSelf/ Enter this cool contest.
> 


-- 
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