URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [Documents/] [Open8_link README.txt] - Rev 335
Go to most recent revision | Compare with Previous | Blame | View Log
----------------------------------------------
Open8 Linker Documentation
----------------------------------------------
Open8_link takes object modules created by the Open8 Assembler and
creates the final Open8 binary programs.
-------------
Open8_link Usage
-------------
To link, you should create a text file containing the names
of the object files in your project, like the following
example, which we'll name "linkfile"...
[objects]
main.o
library.o
...then call the linker program, instructing it to make a
binary format output file.
> open8_link -vb linkfile myprog.pv2
...at which point you'll have a program that is ready to
upload/integrate
Go to most recent revision | Compare with Previous | Blame | View Log