Skip to main content
Visitor II
June 11, 2008
Question

PLEASE!! *any* working examples for Hitex comStick??

  • June 11, 2008
  • 1 reply
  • 606 views
Posted on June 11, 2008 at 21:51

PLEASE!! *any* working examples for Hitex comStick??

    This topic has been closed for replies.

    1 reply

    dan1Author
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:53

    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??