Forum Discussion
Altera_Forum
Honored Contributor
21 years agoUsing 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? thanks1 Reply
- Altera_Forum
Honored 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.