* /proc problem
@ 2003-10-16 12:20 Toni Van Remortel
2003-10-16 14:10 ` Guy M. Streeter
0 siblings, 1 reply; 4+ messages in thread
From: Toni Van Remortel @ 2003-10-16 12:20 UTC (permalink / raw)
To: linuxppc-embedded
Hi all,
I just added some /proc support to my module to run on an EP405, but
when I load my module, I get
unresolved symbol __extendsfdf2
Google didn't get me any further.
Code can be found at http://linemb.d-sciencelab.com/rt_mod.c
Thanks,
--
Toni Van Remortel
Wetenschappelijk Medewerker - D-science lab
Real time Linux for embedded systems: http://linemb.d-sciencelab.com
Tel: +32 3 205 61 72 - Fax: +32 3 205 61 95
E-mail: t.vanremortel@ha.be
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: /proc problem
2003-10-16 12:20 /proc problem Toni Van Remortel
@ 2003-10-16 14:10 ` Guy M. Streeter
2003-10-16 14:24 ` Toni Van Remortel
0 siblings, 1 reply; 4+ messages in thread
From: Guy M. Streeter @ 2003-10-16 14:10 UTC (permalink / raw)
To: t.vanremortel; +Cc: linuxppc-embedded
You're trying to do floating-point math. The kernel doesn't do
floating-point.
--Guy
On Thu, 2003-10-16 at 07:20, Toni Van Remortel wrote:
> Hi all,
>
> I just added some /proc support to my module to run on an EP405, but
> when I load my module, I get
> unresolved symbol __extendsfdf2
> Google didn't get me any further.
> Code can be found at http://linemb.d-sciencelab.com/rt_mod.c
>
> Thanks,
> --
> Toni Van Remortel
> Wetenschappelijk Medewerker - D-science lab
> Real time Linux for embedded systems: http://linemb.d-sciencelab.com
> Tel: +32 3 205 61 72 - Fax: +32 3 205 61 95
> E-mail: t.vanremortel@ha.be
>
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: /proc problem
2003-10-16 14:10 ` Guy M. Streeter
@ 2003-10-16 14:24 ` Toni Van Remortel
2003-10-16 14:43 ` Toni Van Remortel
0 siblings, 1 reply; 4+ messages in thread
From: Toni Van Remortel @ 2003-10-16 14:24 UTC (permalink / raw)
To: Guy M. Streeter; +Cc: Linuxppc-Embedded
[unresolved symbol __extendsfdf2]
Op do 16-10-2003, om 16:10 schreef Guy M. Streeter:
> You're trying to do floating-point math. The kernel doesn't do
> floating-point.
Hmm. Is there a work-around? Because the control interface (written with
FLTK) does use floating points and works.
--
Toni Van Remortel
Wetenschappelijk Medewerker - D-science lab
Real time Linux for embedded systems: http://linemb.d-sciencelab.com
Tel: +32 3 205 61 72 - Fax: +32 3 205 61 95
E-mail: t.vanremortel@ha.be
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: /proc problem
2003-10-16 14:24 ` Toni Van Remortel
@ 2003-10-16 14:43 ` Toni Van Remortel
0 siblings, 0 replies; 4+ messages in thread
From: Toni Van Remortel @ 2003-10-16 14:43 UTC (permalink / raw)
To: Guy M. Streeter; +Cc: Linuxppc-Embedded
Op do 16-10-2003, om 16:24 schreef Toni Van Remortel:
> [unresolved symbol __extendsfdf2]
>
> Op do 16-10-2003, om 16:10 schreef Guy M. Streeter:
> > You're trying to do floating-point math. The kernel doesn't do
> > floating-point.
>
> Hmm. Is there a work-around? Because the control interface (written with
> FLTK) does use floating points and works.
Silly me. The FLTK app is statically compiled.
Just found a kernel miss-config indeed.
tnx for the reaction.
--
Toni Van Remortel
Wetenschappelijk Medewerker - D-science lab
Real time Linux for embedded systems: http://linemb.d-sciencelab.com
Tel: +32 3 205 61 72 - Fax: +32 3 205 61 95
E-mail: t.vanremortel@ha.be
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-10-16 14:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-16 12:20 /proc problem Toni Van Remortel
2003-10-16 14:10 ` Guy M. Streeter
2003-10-16 14:24 ` Toni Van Remortel
2003-10-16 14:43 ` Toni Van Remortel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).