File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,19 @@ sudo mkdir /usr/local/qt5.15
229
229
sudo chown -R pi:pi /usr/local/qt5.15
230
230
```
231
231
232
+ Also don't forget to setup Important Symlinks as follows:
233
+
234
+ ``` sh
235
+ sudo ln -sf -r /usr/include/arm-linux-gnueabihf/asm /usr/include
236
+ sudo ln -sf -r /usr/include/arm-linux-gnueabihf/gnu /usr/include
237
+ sudo ln -sf -r /usr/include/arm-linux-gnueabihf/bits /usr/include
238
+ sudo ln -sf -r /usr/include/arm-linux-gnueabihf/sys /usr/include
239
+ sudo ln -sf -r /usr/include/arm-linux-gnueabihf/openssl /usr/include
240
+ sudo ln -sf /usr/lib/arm-linux-gnueabihf/crtn.o /usr/lib/crtn.o
241
+ sudo ln -sf /usr/lib/arm-linux-gnueabihf/crt1.o /usr/lib/crt1.o
242
+ sudo ln -sf /usr/lib/arm-linux-gnueabihf/crti.o /usr/lib/crti.o
243
+ ```
244
+
232
245
That's it for Raspberry Pi setup.
233
246
234
247
  ;
@@ -828,4 +841,4 @@ This Project source-code and its precompiled binaries are licensed under the [**
828
841
[ tar ] :https://www.gnu.org/software/tar/
829
842
[ pigz ] :https://zlib.net/pigz/
830
843
[ license-badge ] :https://img.shields.io/github/license/abhiTronix/raspberry-pi-cross-compilers.svg?style=flat&logo=gnu
831
- [ kofi-badge ] :https://www.ko-fi.com/img/githubbutton_sm.svg
844
+ [ kofi-badge ] :https://www.ko-fi.com/img/githubbutton_sm.svg
You can’t perform that action at this time.
0 commit comments