Posted on December 08, 2005 at 17:45I have never used the cosmic c compiler, but it looks like you forgot to link with the c library. Something akin to the ''-lm'' flag in gcc. Check the compiler settings for a method to link with the math library. ...
Posted on December 08, 2005 at 10:27Hi, I am trying to debug/develop some code in the IAR embedded workbench software simulator while I wait for hardware. I would like to generate interrupts on IRQ5, Wakup Line 8. This is an XTI intterupt. However, ...