A89: Re: C Undefined Reference Errors


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

A89: Re: C Undefined Reference Errors




You are using floats. TI-GCC doesn't support floating point. In fact, the
floating point numbers used by the gcc compiler would not even be recognized
by the calc. Get the newest version of the TI-GCC library (1.5) and you can
use ti_floats. It comes with the new version of TI-GCC (version 0.65,
released yesterday, I think.)

-Kevin

-----Original Message-----
From: JHill8075@aol.com <JHill8075@aol.com>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Thursday, April 06, 2000 5:30 PM
Subject: A89: C Undefined Reference Errors


>Can someone help me. I modified my simple C program a little bit (included
>below), and now it won't compile. It did yesterday, but now it won't. The
>linker for tigcc brings up all kinds of "undefined reference" errors. I put
>all of the patches that came with TIGCCLIB in the same directory as my
>program (I heard that if you get undefined reference errors, you should put
>the files from the "patches" folder into the same folder as the program
>you're compiling). Does anyone who what I can do to fix this? Thanks.
>
>        Josh
>        <A HREF="http://pa.ticalc.org">Programmers Anonymous</A> Member
>