Haberler:

Forum kuralları güncellendi LÜTFEN  okuyunuz:  https://bit.ly/2IjR3ME

Ana Menü

HI-TECH DERLEME HATASI

Başlatan neotr, 18 Haziran 2009, 15:37:56

neotr

HI-TECH 9.60n PL1 kullanıyorum fakat yazdıgım programa karşılık aldıgım hata hep bu...

Advisory[1207]   : some of the command line options you are using are now obsolete
Advisory[1208]   : use --help option or refer to the user manual for option details


neyin hatasıdır bu yardımcı olabilirmisiniz.

sekoli

Bildigim kadarı ile bu bir hata değil. Sadece derlerken kullandığınız bazı command line parametrelerinin artık geçerli olmadığı (eski compiler lar için olduğu) mesajını veriyor.

neotr

evet bende az önce bu hatanın sebebini araştırdım 8 versiyon serili mplab lar ile 9 versiyon serili compilerlerın uyumsuzlugundan kaynaklanan bir durummus hi-tech in help adresindeki bu konuyla ilgili açıklaması şu..

-------------------------------------------------------------------------------------

Why do I get advisory messages 1207, 1208 / 1209, 1210? Why are my options obsolete?
These are advisory messages. They are not errors or warnings.
This message is very common when porting a version 8 project to
a version 9 compiler. In the transition from version 8 to
version 9, some of the compiler's command line options have changed
slightly.

This advisory message will appear if a version 9 compiler detects
the use of a version 8 option that has been süperceded by a newer
option. The version 9 compiler will still process the version 8
option, but it is "advising" you to update the command to use the
newer option if possible.

In most cases the version 8 option that has been süperceded is an
option where the option itself (not including parameters to the
option) is more than one character long.
For example -ASMLIST. Version 9 conforms to a new convention where
the equivalent option would be --ASMLIST. Please consult the driver
chapter of your compiler's manual to learn more about this
convention and to reference the new options available in version 9.

If you are using MPLAB and want to eliminate these messages, add
 --MSGDISABLE=1207,1208
or
 --MSGDISABLE=1209,1210
as appropriate to both the Compiler and Linker 'Use Alternate
Settings' dialogs; note that this will then make the options
dialogs less convenient to use.

This workaround is necessary once you install the new
toolsuite plugin for MPLAB and convert your project to use this.
The new "Universal" plugin is now available from
http://htsoft.com/support/mplab.php .

-------------------------------------------------------------------------------------

bende bu uyarı üzerine mecburen HI-TIDE yi kurdum şimdi projelerimi derleyebiliyorum bir sıkıntı yok.. Ama bu soruna çözüm getircebilen arkadaşlar varsa paylaşırlarsa güzel olur...