View previous topic :: View next topic |
Author |
Message |
twitch
Joined: 18 Jun 2014 Posts: 8
|
Posted: Mon Mar 09, 2015 8:25 pm Post subject: Help me with a Link Error? |
|
|
Hi,
I am using Silverfrost FTN95 2.0.0.0 in Visual Studio 2010, with Windows 7. I have 12 Fortran utilities that were built successfully on 1 machine. I then transferred them to another (supposedly identical) machine and continued development there with no issues, all build successfully. Two months later I now brought them back to the original machine. When I try to build them, 9 of the 12 utilities build successfully but 3 of them have a link error. Here is an example of the build output error:
Linker output:
LINK : error : Unable to open options file:
C:\FTN_RATS\RATS QTuneWin\QTuneWin\link.lst
When I investigated not only does the offending link.lst file exist at the specified location, I can open it, view it, copy it, etc. I can find no significant difference between the projects that build successfully and the projects that do not. The ones that fail cannot open the link.lst file. Anyone have any ideas? Any suggestions would be greatly appreciated.
Thank you very much for your time.
Tim |
|
Back to top |
|
 |
twitch
Joined: 18 Jun 2014 Posts: 8
|
Posted: Thu Mar 12, 2015 11:41 am Post subject: |
|
|
(crickets chirping)
Anyone? Any ideas at all? |
|
Back to top |
|
 |
mecej4
Joined: 31 Oct 2006 Posts: 1899
|
Posted: Wed Mar 18, 2015 1:56 am Post subject: |
|
|
The pathname of the linker script contains a space. Check if the path is correct and, if it contains a space or other special characters, enclose the full name in double quotes.
RATS QTuneWin
XXXX^XXXXXXXX |
|
Back to top |
|
 |
|