aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVictor Chong <vchong@users.noreply.github.com>2016-06-22 17:48:28 +0900
committerVictor Chong <victor.chong@linaro.org>2016-06-22 12:32:12 +0100
commit0acaaafb985b0d35830602e8a813d0a451c76da5 (patch)
treec6383b32de2b900204fec27ae5b78a59942a0ed4 /README.md
parent7aa553e4662ec23343cbc74eaed8d3255703fc70 (diff)
README.md: Add warning for GCC4.9 to GCC5 upgrade
Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8db78115..c10b84c7 100644
--- a/README.md
+++ b/README.md
@@ -359,6 +359,9 @@ $ cd build
$ make toolchains
```
+##### Note :
+If you have been using GCC4.9 and are upgrading to GCC5 via [this commit] (https://github.com/OP-TEE/build/commit/69a8a37bc417d28d62ae57e7ca2a8df4bdec93c8), please make sure that you delete the `toolchains` directory before running `make toolchains` again, or else the toolchain binaries can get mixed up or corrupted, and generate errors during builds.
+
---
### 5.3. QEMU
After getting the source and toolchain, just run (from the `build` folder)
@@ -566,8 +569,8 @@ In case you are using the **Latest version** of the ARM Juno board (this is
the moment, exceeds its pre-defined Juno flash memory reserved location
(`image.txt` file).
-To solve this problem you will need to extend the Juno flash block size
-reserved location for the `ramdisk.img` and decrease the size for other
+To solve this problem you will need to extend the Juno flash block size
+reserved location for the `ramdisk.img` and decrease the size for other
images in the `image.txt` file accordingly and then follow the instructions
under "5.7.1 Update flash and its layout".