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 244
Go to most recent revision | Compare with Previous | Blame | View Log
----------------------------------------------PV2LINKer Documentation----------------------------------------------PV2LINK takes object modules created by the PV2ASSembler andcreates the final PV2 programs.-------------PV2LINK Usage-------------To link, you should create a text file containing the namesof the object files in your project, like the followingexample, which we'll name "linkfile"...[objects]main.olibrary.o...then call the linker program, instructing it to make abinary format output file.> pv2link -vb linkfile myprog.pv2...at which point you'll have a program that is ready toupload to the camera.
Go to most recent revision | Compare with Previous | Blame | View Log
