Skip to content

Commit 7b237d9

Browse files
committed
Give instructions on how to capture log file from build process.
1 parent 907067c commit 7b237d9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,17 @@ Follow steps listed below:
104104
# ./toolchain-m68k --prefix=/opt/m68k-amigaos install-sdk ahi cgx mui
105105
```
106106

107-
**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!*
107+
#### What if something goes wrong?
108108

109+
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!
110+
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:
111+
112+
```
113+
# ./toolchain-m68k build 2>&1 | tee build.log
114+
```
115+
116+
... but remember to cleanup your build environment beforehand with:
117+
118+
```
119+
# rm -rf .build-m68k
120+
```

0 commit comments

Comments
 (0)