Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
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
Container registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
2a501027
Commit
2a501027
authored
29 years ago
by
Fredrik Hübinette (Hubbe)
Browse files
Options
Downloads
Patches
Plain Diff
updated
Rev: src/README:1.2
parent
1e2272c6
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
src/README
+17
-10
17 additions, 10 deletions
src/README
with
17 additions
and
10 deletions
src/README
+
17
−
10
View file @
2a501027
...
...
@@ -13,7 +13,7 @@ This is what you need to do to install uLPC:
3) Run make.
4) optionally, run 'make verify' to check that the compiled driver works
as it should (might be a good idea) This
can
take a little time and use
as it should (might be a good idea) This
will
take a little time and use
quite a lot of memory, because the testprogram is quite large. If everything
works out fine no extra messages are written.
...
...
@@ -22,28 +22,35 @@ This is what you need to do to install uLPC:
What to do when it doesn't work:
1) Try again.
2) ./configure relies heavily on sed, if you have several sed in your path
2) Your sh might be too buggy to run ./configure. (This is the case on A/UX)
Try using bash, zsh or possibly ksh. To use bash, first run /bin/sh and
type:
$ CONFIG_SHELL=full_path_for_bash
$ export CONFIG_SHELL
$ $CONFIG_SHELL ./configure
3) ./configure relies heavily on sed, if you have several sed in your path
try another sed. (preferably gnu sed)
3
) configure might have done something wrong, check machine.h and report
4
) configure might have done something wrong, check machine.h and report
any errors back to me.
4
) Try a different compiler, malloc, compiler-compiler and/or make.
5
) Try a different compiler, malloc, compiler-compiler and/or make.
(if you have any other)
5) Don't use gnu 'ar' on Solaris machines, usr /usr/ccs/bin/ar instead.
6) On Linux Slackware machines, uLPC sometimes fails to find -lm, this
is because of a bug in /usr/lib/libm.sa (or possibly libg.a) in slackware.
6) On Linux Slackware machines (older than slackware 3.0), uLPC sometimes
fails to find -lm, this is because of a bug in /usr/lib/libm.sa
(or possibly libg.a) in slackware.
Compile with 'make EXTRALIBS="-lc -lm"' to get around this bug.
7)
If you find a bug in the interpreter, the first thing to do is to make sure
the interpreter is compiled with DEBUG defined. If not recompile with DEBUG
and see if you get another error. When you've done this, please report the
bug to hubbe@lysator.liu.se and include the following:
bug to hubbe@lysator.liu.se and include as much as you can muster of the
following:
o The version of the driver.
o The version of the driver.
(can be found in lib/simulate.lpc)
o What kind of system hardware/software you use (OS, compiler, etc.)
o the piece of code that crashes or bugs.
(preferably in a very small lpc-script with the bug isolated)
...
...
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