2008-06-11 12:51 PM
PLEASE!! *any* working examples for Hitex comStick??
2011-05-17 12:53 AM
Other than the examples that actually come with the comStick itself??
This has been driving my nuts: 1. The Hitex examples *only* work with the version of toolchain that it comes with (V4.0.3). 2. Their examples don't use gcc to call ld/as, they call these tools directly, pathing to an unexpected path for the libraries. 3. If I try to change their code to call through gcc, I cannot make it find the correct library path, no matter how many different places I specify the path. 4. If I try any other GnuArm toolchain, I can never get the project to build. I either get floating-point inconsistencies, interwork inconsistencies, or other system functions not found (CodeSourcery). I DESPERATELY need to find a simple project that builds with any of the standard tools (Yagarto would be a good choice), and can just simply toggle the status LED on the comStick board!!! (port 9 pin 0 or port 4 pin 1, where I also have an LED, which only Hitex is able to toggle!!). Can anyone give any pointers for this??