 | | Re: egcs compiler - float problems?
|
|
(...) I have not tried to compile this, but one thing that looks suspicious is that you are using doubles. Doubles are not supported. The compiler I have (some old version of GCC) treats doubles and floats as the same type. The compiler you're using (...) (24 years ago, 10-May-02, to lugnet.robotics.rcx.legos)
|
| |
 | | [ANN] pbForth Version 2.1.3 Release
|
|
The new 2.1.3 Version of pbForth has only minor fixes thanks to the investigative efforts of David Rojas and Rob Harvey. They were able to provide detailed, reproducible bug reports, which makes fixing bugs so much easier. Thanks guys! Here's what (...) (24 years ago, 10-May-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
|
| |
 | | egcs compiler - float problems?
|
|
Can someone using the egcs compiler suite test the following code? It seems it doesn't compile under egcs. int main(int argc, char *argv[]) { double foo = 1.0; return foo > 0.1 ? 0 : 1; } Compiles fine under gcc 3.0.3. Regards, Michael (24 years ago, 10-May-02, to lugnet.robotics.rcx.legos)
|
| |
 | | More problems with floats
|
|
When I try to compile a program containing the following function: bool tr_guard_foo_loc2_t0() { return getVarVal(&var_foo_cl) >= 0.1; } I get this error: /tmp/ccyEbqnS.s: Assembler messages: /tmp/ccyEbqnS.s:237: Error: cannot create floating-point (...) (24 years ago, 10-May-02, to lugnet.robotics.rcx.legos)
|
| |
 | | Re: semaphores
|
|
Would it be possible for you to send the entire source? I would like to see how it interacts with the rest of the program. Thanks for your help. "kenneth johansen" <kennethj@stud.cs.uit.no> wrote in message news:3CDAC372.34D72C....uit.no... (...) (...) (24 years ago, 10-May-02, to lugnet.robotics.rcx.legos)
|