Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Do development systems include a linker?

Development Linker SYSTEMS
0
Posted

Do development systems include a linker?

0

Yes, all Micro C embedded compilers include a linker. The linker is specifically designed for use with embedded systems, and therefore operates differently from many other linkers: All of the libraries and linkable modules are stored in the form of assembly language source files instead of a binary “object” format. These may be hand-crafted (as in the case of the libraries), or the assembly output of the C compiler.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123