Page 1 of 1

"link errors found"

Posted: Mon Mar 05, 2012 10:29 pm
by epsilon84
Hi,

Slashes in the path ,as you see, are different. I think thats why the compiler has the link error. How can i handle this problem.

c:\program files\microchip\mplab c30\bin\bin\..\bin/pic30-coff-ld.exe: link errors found, deleting executable `..\../analog_read.cof'

==Emre==

Re: "link errors found"

Posted: Fri Apr 27, 2012 1:37 am
by LubinKerhuel
Hi Emre,

Usually, / and \ would not be a problem for the Microchip C30 compiler.
Is si notmal you compiler path has two bin folders ?
c:\program files\microchip\mplab c30\bin\bin/pic30-coff-ld.exe

That might cause the link error ?

Lubin

Re: "link errors found"

Posted: Thu May 03, 2012 6:17 pm
by epsilon84
Hello Mr. Lubin,

You are right. I copy the files in the second bin folder to first bin folder. Now it works fine. Thanks a lot.

==Emre==