URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [Open8 Tools/] [open8_src/] [Open8_link README.txt] - Rev 315
Go to most recent revision | Compare with Previous | Blame | View Log
----------------------------------------------Open8 Linker Documentation----------------------------------------------Open8_link takes object modules created by the Open8 Assembler andcreates the final Open8 binary programs.-------------Open8_link 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.> open8_link -vb linkfile myprog.pv2...at which point you'll have a program that is ready toupload/integrate
Go to most recent revision | Compare with Previous | Blame | View Log
