Skip to content

Commit

Permalink
Give instructions on how to capture log file from build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz committed Apr 17, 2016
1 parent 907067c commit ddbafe3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,12 @@ Follow steps listed below:
# ./toolchain-m68k --prefix=/opt/m68k-amigaos install-sdk ahi cgx mui
```

**Note:** *If the build process fails, please write me an e-mail. I'll try to help out. Don't forget to put into e-mail as much data about your environment as possible!*
#### What if something goes wrong?

If the build process fails, please write me an e-mail. I'll try to help out. Don't forget to put into e-mail as much data about your environment as possible!
It's **vitally important** to send me a full log from build process. You can capture it by redirecting output to a file with following command:

```
# rm -rf .build-m68k
# ./toolchain-m68k build 2>&1 | tee build.log
```

0 comments on commit ddbafe3

Please sign in to comment.