Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

Using Advanced C/C++ Projects

hi there

I’ve been building and running a small eCos application from the command line, seems to be running ok on the 1C20 dev kit. I wanted to integrate the project into the IDE so followed the steps outlined in a previous post to this group.

Managed to build and run – but I notice no system library is created. Is this normal? What defines the hardware if no _syslib is present?

thanks

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Yes, this is normal. The project you created using configtool performs the same function as a HAL system library project. It's the library and linker script built by configtool that in effect define your interface to the hardware.