Author Topic: floating point emulator for kernel 2.4.18 on Zaurus 5600  (Read 2057 times)

sbarman

  • Newbie
  • *
  • Posts: 13
    • View Profile
floating point emulator for kernel 2.4.18 on Zaurus 5600
« on: March 16, 2004, 11:16:25 am »
Since the ARM processor that comes with Zaurus 5600 doesn\'t have any floating point unit, is it possible to install a floating point emulator on 5600 that can be used in the kernel space. This is required by some kernel drivers that we are modifying. If it is possible please let me know the steps.

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
floating point emulator for kernel 2.4.18 on Zaurus 5600
« Reply #1 on: March 16, 2004, 11:49:00 am »
I think the floating point emulation is in libc (or it might be in libm I suppose).

Do kernel modules link against libc? Otherwise it would probably be easiest to compile the emulation into the module.


Simon

P.S. If only the zauruszone forume were still about. I asked about fp emulation a long long time ago while trying to work out how to compile R.
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
floating point emulator for kernel 2.4.18 on Zaurus 5600
« Reply #2 on: March 20, 2004, 02:08:50 pm »
FP emulator is already included in the kernel. AT least there is such an option when compiling the kernel and it\'s on by default