Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Using Advanced C/C++ Projects

Altera_Forum
Honored Contributor II
1,174 Views

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
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
453 Views

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.

0 Kudos
Reply