Source code?

OS_CE Forums Octopus User exchange Source code?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #717
    Adam Wilson
    Participant

    Hi all,

    where can I find the latest source code? And how can I download?

    The SourceForce account only has up to v1.00, and I can only see header files.

    Thanks,
    Robert

    #1266
    gseher
    Keymaster

    Hi Robert,
    you can get the latest stable source on Sourceforge, even if it says 1.00 in the title.
    There is a main.c file which #include-s all of the header files you see otherwise.
    In main we setup the hardware and the interrupt infrastructure, after which the functions get called by the interrupt handlers.
    Cheers,
    Gabriel

    #1267
    Adam Wilson
    Participant

    Thanks Gabriel, I’ll check them out. Super cool to have the sources available. :)

    I vaguely remember you develop on a Mac? Can I ask what tools you use? I’m a diehard linux developer, but also have a mac now, since about a year.

    #1268
    gseher
    Keymaster

    Hi Robert, sure – I use a Mac to do the actual development, on Eclipse, and using the GNU tools (gcc, gdb, etc.).
    The eCos libraries were originally compiled on a Linux box though.
    Not sure if you have checked out the development environment tutorial available on the site. It contains a good outline of the overall setup.

    #1269
    Adam Wilson
    Participant

    There’s a development tutorial? Oops, I missed that indeed. Thanks for the hint. ;)

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.