Opened 15 years ago

Closed 15 years ago

#117 closed defect (fixed)

softint should provide __muldi3

Reported by: Jakub Jermář Owned by:
Priority: major Milestone: 0.4.2
Component: helenos/lib/softint Version: mainline
Keywords: softint Cc:
Blocker for: Depends on:
See also:

Description

Currently it is not possible to build the arm32 target with gcc 4.4.1 due to the following error:

/usr/local/arm32/bin/arm-linux-gnu-ld -T ../../../lib/libc/arch/arm32/_link.ld mbr_part.o ../../../lib/libblock/libblock.a ../../../lib/libc/libc.a -M -N ../../../lib/softint/libsoftint.a -N ../../../lib/softint/libsoftint.a -o mbr_part -Map mbr_part.map
mbr_part.o: In function `mbr_init':
/home/jermar/software/HelenOS.outgoing/uspace/srv/part/mbr_part/mbr_part.c:249: undefined reference to `__muldi3'

Change History (2)

comment:1 by Jakub Jermář, 15 years ago

Keywords: softint added

comment:2 by Jakub Jermář, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in [head, 95].

Note: See TracTickets for help on using tickets.