[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Tiny calculator



Hi,

On maanantai 11 helmikuu 2013, Eero Tamminen wrote:
> On torstai 07 helmikuu 2013, Henk Robbers wrote:
> A slightly larger (GEM and command line) calculator
> and its sources are available from here:
> 	http://koti.mbnet.fi/tammat/hatari/programs.shtml#clac
> 
> It also works fine when built with AHCC (on machines with FPU).

Sorry, not true, I forgot I found new AHCC bugs with it.

In 030 built binary:
* HUGE_VAL doesn't work correctly, on printing it shows zero
  and comparisons against it don't work.

On doing ColdFire build:
* On "function.c":
  "Internal error: lmx IMM"
* On linking the program:
  "ld: format error 4"


	- Eero