This website requires JavaScript.
Explore
Help
Sign in
Fcalva
/
OpenLibm
Watch
1
Star
0
Fork
You've already forked OpenLibm
0
mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced
2025-01-04 07:53:38 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ac201ff1ac
OpenLibm
/
ld128
/
Makefile
6 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Almost building the full thing.
2011-12-31 08:18:43 +01:00
i
n
c
l
u
d
e
.
.
/
M
a
k
e
.
i
n
c
Get everything except a couple of files in ld128 to build with gcc. A couple of small issues still remain with linking: LINK all /usr/bin/ranlib: file: libopenlibm.a(e_rem_pio2.o) has no symbols /usr/bin/ranlib: file: libopenlibm.a(e_rem_pio2f.o) has no symbols /usr/bin/ranlib: file: libopenlibm.a(k_cosf.o) has no symbols /usr/bin/ranlib: file: libopenlibm.a(k_sinf.o) has no symbols /usr/bin/ranlib: file: libopenlibm.a(k_tanf.o) has no symbols LINK all ld: duplicate symbol ___ieee754_rem_pio2 in src/s_sin.o and src/s_cos.o for architecture x86_64 collect2: ld returned 1 exit status
2011-12-31 15:13:04 +01:00
SRCS
=
invtrig.o k_cosl.o k_sinl.o k_tanl.o
# s_nanl.o s_exp2l.o
Almost building the full thing.
2011-12-31 08:18:43 +01:00
all
:
$(
SRCS
)
Reference in a new issue
Copy permalink