Forum Discussion
Altera_Forum
Honored Contributor
15 years agocompiler error
I am trying to build and run the simple socket server template and I am getting the following error from the linker. could someone please explain to me the following error: =============...
Altera_Forum
Honored Contributor
13 years agoHi!
even if this is a very old thread I would like to post an answer for this problem because I was not able to find anything helpful in the web. This is problem occurred when I tried to recreate and rebuilt my project when I didn't completely remove all files from the /sftware/project_sources directory. Here what you simply need to do: copy your sources in software directory for example delete the two folders /sftware/project_sources and /sftware/project_bsp_sources then recreate properly your bsp from eclipse (if you're under windows run it in administrator mode) add your sources in /sftware/project_sources built all everything should be working fine. hope this will help someone.