Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


Linux platform

Under Linux, ModelSim loads shared objects. Use these gcc or cc compiler commands to create a shared object:

gcc compiler:

gcc -c -I/<install_dir>/modeltech/include app.c
ld -shared -E -o app.so app.o 

cc compiler:

cc -c -I/<install_dir>/modeltech/include app.c
ld -shared -E -o app.so app.o 

Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase