This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASM Programming - PLEASE HELP

Hello,

I'm trying to create an application using ONLY assembly language. The program I create assembles dine. The problem is with the linker. Every time, no matter what other files I inlude in the source group, I always get some or the other error. The most common error is L6320W. If you want specifics, I'll let you know. But I've got loads of errors, so not posting all of them.(Please ask if you want to know the others)

Please can anyone guide me on this??? Just tell me the correct procedure to follow. Any help will be appreciated as I'm getting pretty desperate now. I'm using MDK-Lite Version 4.21

Parents
  • Perhaps you should find a project for your board/chip, insert your assembler code into startup.s and get that working. Once you understand how that is constructed, and builds, you'll be in a better place to figure out why your current project fails to build. With all the unspecified errors it contains. Current problems at a guess are with vectors, reset handler, and MicroLIB.

Reply
  • Perhaps you should find a project for your board/chip, insert your assembler code into startup.s and get that working. Once you understand how that is constructed, and builds, you'll be in a better place to figure out why your current project fails to build. With all the unspecified errors it contains. Current problems at a guess are with vectors, reset handler, and MicroLIB.

Children