Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by slsnios@Jun 28 2006, 06:59 AM now when i build the programe nios ide auto generate alt_sys_init.c file and that contain instance and init function of our device hal driver.ok.now i get the entry of my hal driver in that.so it means thats perfectly work.but now waht happen the function inside my library(hal driver function) will not call from this c/c++ application project.and give the error that the functions are undefined.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16454)
--- quote end ---
--- Quote End --- did you checked if in the application project you have the library listed in the linker command? --> try remove the "-s" parameter from the make command (e.g., you can run it from the Nios II SDK shell) to get the output of the commands run. bye Paolo