Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linker fatal error

Status
Not open for further replies.

BarbT

Programmer
Oct 26, 2007
3
0
0
US
I changed my project options, specifically I changed the linker warnings given when building my project. Now everytime I try build the project I get the following error:

Linker Fatal Error: Fatal: Illegal option: v

all I can find in the help is
"You tried to use a linker option that is not applicable to your project or does not exist. You have specified an illegal switch or subswitch most likely on the command line." And that the switch v is to include full debugging information.

I have reset all my project options back to what they were before I received this error but it didn't help.
 
I figured it out. It may be obvious to others but incase someone else has the problem:

I had to edit the options source file & remove the -v from the LFLAGS line in the options section
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top