Re: [Flashforth-devel] Floating point math for FF 5.x
Brought to you by:
oh2aun
From: om1zz <om...@vo...> - 2015-05-15 15:28:34
|
It compiles fine under MPLABX.. The parse test I've send you passes ok, it seems, but I've found a small bug: ok<#,ram> f# -1000000.0e10 fs. -1.00000E16 ok<#,ram> f# -10000000.0e10 fs. -1.00000E17 ok<#,ram> f# -100000000.0e10 fs. -1.00000E18 ok<#,ram> f# -1000000000.0e10 fs. ďAS FlashForth PIC24 15.05.2015 i. ______________________________________________________________ > Od: Mikael Nordman <mik...@fl...> > Komu: <fla...@li...> > Datum: 15.05.2015 17:16 > Předmět: Re: [Flashforth-devel] Floating point math for FF 5.x > >You need to add the library directory to the linker path. > >I did that on my mplabx/xc16 setup to make it work. > >I dont use old MPLAB anymore. > >It could also be that your lib files have different symbol names than >the XC16 libraries. > > >------------------------------------------------------------------------------ >One dashboard for servers and applications across Physical-Virtual-Cloud >Widest out-of-the-box monitoring support with 50+ applications >Performance metrics, stats and reports that give you Actionable Insights >Deep dive visibility with transaction tracing using APM Insight. >http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >_______________________________________________ >Flashforth-devel mailing list >Fla...@li... >https://lists.sourceforge.net/lists/listinfo/flashforth-devel > |