Forum Discussion
Altera_Forum
Honored Contributor
20 years agonet-snmp with Mircrotronix cross compile
Hi, with the Mircrotronix cross compile chain I'm trying to compile net-snmp 5.2.2. I get the following error when creating the libnetsnmp.so : /usr/local/nios2[long path]/3.4.3/[long path...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by lpearson@Dec 9 2005, 11:26 AM the build process is trying to build a shared library (that is what the .so extension means), and those are not supported. try enabling static compilation instead.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11456)
--- quote end ---
--- Quote End --- Thanks Marc