View Single Post
Old 31 January 2018, 15:57   #26
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
I'm still not using github for the projects

those functions not available in toolchains, you have to find it's source
and build an object module from it.
maybe this cexpf is the right one, from glibc.
sometimes you have additional dependecies from those new functions, so you have to build them aswell.

#1) some compiler refused the weak_alias statement - so you have to remove that sections,
and adjust the lines above. so the object file provides the correct __function.

Last edited by emufan; 31 January 2018 at 16:11.
emufan is offline  
 
Page generated in 0.04379 seconds with 11 queries