OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [Documents/] [Open8_link README.txt] - Blame information for rev 241

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 241 jshamlet
----------------------------------------------
2
Open8 Linker Documentation
3
----------------------------------------------
4
 
5
Open8_link takes object modules created by the Open8 Assembler and
6
creates the final Open8 binary programs.
7
 
8
-------------
9
Open8_link Usage
10
-------------
11
 
12
To link, you should create a text file containing the names
13
of the object files in your project, like the following
14
example, which we'll name "linkfile"...
15
 
16
   [objects]
17
   main.o
18
   library.o
19
 
20
...then call the linker program, instructing it to make a
21
binary format output file.
22
 
23
  > open8_link -vb linkfile myprog.pv2
24
 
25
...at which point you'll have a program that is ready to
26
upload/integrate

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.