- May 15, 2022
-
-
Pavel Pisa authored
Use of unstable Debian on the host computers in the laboratory leads to use of newer arm-linux-gnueabihf toolchain and GNU libC for linking that is available on the MZ_APO boards. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
Pavel Pisa authored
pthread library is treated as normal one from some GCC version and if specified before linked objects then following references to the library symbols from the user objects are not resolved from libthread archive/shared object. Problem spotted by Roman Bartosinksi. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- May 06, 2021
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Apr 21, 2021
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
Pavel Pisa authored
Output file name of C and C++ compiler has to be specified explicitly to work with sources with directory path. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Apr 20, 2021
-
-
Pavel Pisa authored
The alternative connection setup to the laboratory behind NAT: Create forward SSH tunnel through postel to target device in the separate terminal ssh -nNT ctu_login@postel.felk.cvut.cz -L 2222:192.168.202.xxx:22 Then setup TARGET_IP = 127.0.0.1 SSH_OPTIONS=-o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -o "Port=2222" SSH_GDB_TUNNEL_REQUIRED=y allows to run all Makefile targets including debugging. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Jun 12, 2020
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Jun 11, 2020
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Jun 01, 2020
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- May 31, 2020
-
-
Pavel Pisa authored
Problem reported by Marko Savic. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- May 28, 2020
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- May 05, 2020
-
-
Pavel Pisa authored
The compiler is availabel on Debian Linux as apt install crossbuild-essential-armhf or other package which provides arm-linux-gnueabihf-gcc Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Apr 27, 2020
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Jan 14, 2020
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Jun 09, 2019
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- May 02, 2019
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Apr 18, 2019
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Apr 17, 2019
-
-
Pavel Pisa authored
This variable can be used to pass more options to open of SSH connection to the target board. It allows to load and run binaries through SSH tunnel when development host is on EDUROAM network for example. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Feb 16, 2018
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Feb 12, 2018
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Oct 04, 2017
-
-
Pavel Pisa authored
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Apr 25, 2017
-
-
Pavel Pisa authored
The omitted duplicated one results in problems when the both header files are included. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-
- Apr 24, 2017
-
-
jiri hubacek authored
Please see https://cw.fel.cvut.cz/wiki/courses/b35apo/tutorials/10/start
-