Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
otawa-doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTAWA-plugins
otawa-doc
Commits
12d9ff84
Commit
12d9ff84
authored
5 years ago
by
Ballabriga Clément
Browse files
Options
Downloads
Patches
Plain Diff
Readme
parents
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+48
-0
48 additions, 0 deletions
README.md
with
48 additions
and
0 deletions
README.md
0 → 100644
+
48
−
0
View file @
12d9ff84
# OTAWA plugin tutorial #
## Installing OTAWA v2 ##
First of all, you should download and install OTAWA v2, from here:
http://www.otawa.fr/
To downaload and install OTAWA, you first download the script
http://www.tracesgroup.net/otawa/packages/otawa-install.py
then execute the script using python 2.7
### Installing extra packages ###
Some libraries you will need:
-
libxslt
-
ocaml
-
gcc-arm-none-eabi
For example, on Ubuntu type :
sudo apt-get install <package-name>
You will probably need to install the OTAWA plugins for ARM.
Go into otawa/bin and type:
./otawa-install.py otawa-arm
./otawa-install.py otawa-lp_solve5
## Setting environment ##
You will need to do the following:
-
put
`otawa/bin`
in your path
-
put
`otawa/lib`
in the
`LD_LIBRARY_PATH`
variable
## Compiling the plug-ins ##
Go to the plugin source directory, then type make.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment