URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [Open8 Tools/] [README.3.OPEN8_LINK.txt] - Rev 329
Go to most recent revision | Compare with Previous | Blame | View Log
----------------------------------------------
PV2LINKer Documentation
----------------------------------------------
PV2LINK takes object modules created by the PV2ASSembler and
creates the final PV2 programs.
-------------
PV2LINK 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.
> pv2link -vb linkfile myprog.pv2
...at which point you'll have a program that is ready to
upload to the camera.
Go to most recent revision | Compare with Previous | Blame | View Log