Skip to content

Commit 224a63c

Browse files
jcwrenJamesH65
authored andcommitted
Update building.md (raspberrypi#732)
'git clone' command for installing the tools for cross-compiling produces error 'fatal: destination path '/home/xxx' already exists and is not an empty directory (for git version 1.7.10.4). Changes to explicitly define 'tools' as the directory.
1 parent d2f88ff commit 224a63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/kernel/building.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can either do this using VirtualBox (or VMWare) on Windows, or install it di
6363
Use the following command to download the toolchain to the home folder:
6464

6565
```bash
66-
git clone https://github.com/raspberrypi/tools ~/
66+
git clone https://github.com/raspberrypi/tools ~/tools
6767
```
6868

6969
Updating the $PATH environment variable makes the system aware of file locations needed for cross-compilation. On a 32-bit host system you can update and reload it using:

0 commit comments

Comments
 (0)