Skip to content

Commit 24f946f

Browse files
committed
Missed one
1 parent 0ab184b commit 24f946f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/avionics/software/usefullinks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ FPrime GDS - Version Problems
3939
- The beaglebone black runs Debian 10, and by default uses GLIBC version 2.28
4040
- To check this on any machine, run the following command:
4141

42-
ldd --version
42+
```shell
43+
ldd --version
44+
```
4345

4446
- The compiler version of the machine that the code is compiled on needs to match the version that the executable is being run on. Currently we have a virtual machine set up with the correct compiler version being run, from which we can send over the generated binary executable
4547
- It is bad practice and potentially dangerous to downgrade the compiler version being used on your machine, so if you for example run GLIBC version 2.35, don't try to change what version your computer uses. Your operating system is meant to run on the compiler version that it comes with, so don't try to change it. That is why we use a VM to compile with the correct version.

0 commit comments

Comments
 (0)