XC16 Linker Files Hatasının Çözümü

Başlatan baran123, 27 Mart 2016, 00:00:03

baran123

Hata :
elf-cpp.exe: dsPIC30F2020.gld: No such file or directory
elf-cpp.exe: warning: '-x c' after last input file has no effect
elf-cpp.exe: no input files
nbproject/Makefile-default.mk:123: recipe for target 'dist/default/production/TEST.X.production.hex' failed
make[2]: Leaving directory 'C:/Users/Mr.EKREM/Desktop/TEST.X'
nbproject/Makefile-default.mk:78: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/Users/Mr.EKREM/Desktop/TEST.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
c:\program files\microchip\xc16\v1.26\bin\bin\..\bin/elf-ld.exe: cannot open linker script file dsPIC30F2020.gld.00: No such file or directory
make[2]: *** [dist/default/production/TEST.X.production.hex] Error 255
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2

BUİLD FAILED (exit value 2, total time: 241ms)


Çözüm :
XC16 da Linker Files klasörüne sağ tıklayıp
C:\Program Files\Microchip\xc16\v1.26\support\dsPIC30F\gld\p30f2020.gld

dosyasını projeye dahil ettiğimde hata devam ediyordu.Sanırım yeni sürümde değişiklik olmuş.

1-)p30f2020.gld dosyasını proje klasörüne kopyalıyoruz.
2-)Dosya ismini dsPIC30F2020.gld olarak değiştiriyoruz.
3-)Linker Files dosyasına ekliyoruz.
:)