smartmaster » 14.04.2010 10:53:37
Спасибо, что откликнулись Сергей, а то я уж думал, что никто ничего не скажет.
-Anasmelf я выбрал потому, что в таком режиме можно заглянуть в *.s файлы подключая режим -a
Если выбрать ассемблер по умолчанию то он не может скомпилить сгененрированный файл.
Например оставим режим -al без -Anasmelf в этом же проекте.
выдает ошибки(ниже). Самое интересное, что при отключенном режиме -al все компилится без ошибок. Може можно как нибудь скомпилить без ошибок (любым ассемблером ), что бы можно было посмотреть какой код генерит компилятор?
obj\asmproc.s: Assembler messages:
obj\asmproc.s:11: Warning: .type pseudo-op used outside of .def/.endef ignored.
obj\asmproc.s:11: Error: junk at end of line, first unrecognized character is `A
'
obj\asmproc.s:31: Warning: .size pseudo-op used outside of .def/.endef ignored.
obj\asmproc.s:31: Error: junk at end of line, first unrecognized character is `A
'
obj\asmproc.s:36: Warning: .type pseudo-op used outside of .def/.endef ignored.
obj\asmproc.s:36: Error: junk at end of line, first unrecognized character is `A
'
obj\asmproc.s:46: Warning: .size pseudo-op used outside of .def/.endef ignored.
obj\asmproc.s:46: Error: junk at end of line, first unrecognized character is `A
'
obj\asmproc.s:51: Warning: .type pseudo-op used outside of .def/.endef ignored.
obj\asmproc.s:51: Error: junk at end of line, first unrecognized character is `A
'
obj\asmproc.s:68: Warning: .size pseudo-op used outside of .def/.endef ignored.
obj\asmproc.s:68: Error: junk at end of line, first unrecognized character is `A
'
obj\asmproc.s:75: Warning: .type pseudo-op used outside of .def/.endef ignored.
obj\asmproc.s:75: Error: junk at end of line, first unrecognized character is `T
'
obj\asmproc.s:80: Warning: .size pseudo-op used outside of .def/.endef ignored.
obj\asmproc.s:80: Error: junk at end of line, first unrecognized character is `T
'
obj\asmproc.s:178: Error: junk at end of line, first unrecognized character is `