Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSource
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Willem Thorbecke
OpenSource
Commits
eefe0c63
Commit
eefe0c63
authored
4 years ago
by
JanThorbecke
Browse files
Options
Downloads
Patches
Plain Diff
problem solving
parent
b5a97f3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
11 additions, 0 deletions
README.md
with
11 additions
and
0 deletions
README.md
+
11
−
0
View file @
eefe0c63
...
@@ -180,6 +180,17 @@ Other make commands which can be useful:
...
@@ -180,6 +180,17 @@ Other make commands which can be useful:
make clean : removes all object files, but leaves libraries and executables
make clean : removes all object files, but leaves libraries and executables
make realclean: removes also object files, libraries and executables.
make realclean: removes also object files, libraries and executables.
COMPILATION PROBLEMS
--------------------
If you encounter missing trigometric / mathematical functions during compilation, for example;
defineSource.c:(.text+0x2356): undefined reference to sin getParameters.o: In function getParameters:
add '-lm -lc' around line 109 in Make_include:
LIBS= -L$L -lgenfft $(BLAS) -lm -lc
UPDATES AND LATEST VERSION
UPDATES AND LATEST VERSION
--------------------------
--------------------------
...
...
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