Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problems With Linker And Need For More Control Over Linker Options: (1 Item)
   
Problems With Linker And Need For More Control Over Linker Options  
Hi,

I searched a little on the forums and have seen others post with linker problems, getting undefined reference errors all
 the time. I did some digging on this issue because it keeps happening to me and what I found is the the linker has an 
option ( adding -( -) around the archives to be linked ) to forcefully rescan all archives for needed references 
whenever one is not found. I guess that by default, it only does this once because it can become time consuming in the 
build. Guess what else becomes time consuming, not being able to build! So, I have two questions

1.) Has anyone found another way to correct these undefined reference errors when they come up beyond the obvious 
checking for correct paths, messing with list order of the libraries?

2.) Can more options be placed in the IDE for linker settings? As it is now, I'd have to start creating separate 
makefiles or batch files to manually build a project and I don't want to go down this road.

Thanks,

Tom