[android-porting] sh4 undefined reference to `__fpscr_values'

2010-05-07 Thread Steven L. MILLER
Hi, We are porting the Eclipse release to an sh4 based product, and we need to port directFB to the platform to enable 2D acceleration. I'm having some problems getting the main lib to link with the error: undefined reference to `__fpscr_values' The symbol does show up in the symbol table of

Re: [android-porting] sh4 undefined reference to `__fpscr_values'

2010-06-13 Thread Anand Android
check out this link " http://gitorious.org/android-on-freerunner/platform_bionic/commit/d87945b"; and file "libm/sh/fenv.c" - Anand On Sat, May 8, 2010 at 2:47 AM, Steven L. MILLER wrote: > Hi, > > We are porting the Eclipse release to an sh4 based product, and we need to > port directFB to the