Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21343 Discussions

can't create the <project_name>_syslib.a file while building

Altera_Forum
Honored Contributor II
1,119 Views

I've added a new component to my current project. The compilation of sopc builder and quartus II were successfull. But when I built the NIOS II application under NIOS II IDE, I got an error 2 with no details. After the observation, I've found that the <project_name>_syslib.a file was not created while building the <project_name>_syslib. If I copy the HAL srcource files under the directory of <project_name>_syslib, it works. And originally the HAL folder is under the directory of my new component folder which is under the directory of my quartus II project. The HAL folder contains two folders, src and inc. I've written the component.mk file under src. And when I build my project, it can find the <quartus_project>/<new component>/HAL/inc directory and the <quartus_project>/<new component>/HAL/src directory. But it just does'nt create the <project_name>_syslib.a file!! Why??

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
431 Views

Do you have any spaces in your path? I experienced problems with Quartus/SOPC Builder if thats the case :) 

 

Lokla
0 Kudos
Altera_Forum
Honored Contributor II
431 Views

Nop. The <project_name>_syslib directory and my quartus II project are in the same partition. Did I miss something?

0 Kudos
Reply