Wed Jun  4 18:45:29 MDT 2025
This can take a while ...
---
Testing the Go code...
ok  	github.com/rokath/trice/cmd/trice	1.166s
ok  	github.com/rokath/trice/internal/args	0.764s
ok  	github.com/rokath/trice/internal/charDecoder	0.492s
ok  	github.com/rokath/trice/internal/com	3.785s
ok  	github.com/rokath/trice/internal/decoder	0.606s
?   	github.com/rokath/trice/internal/do	[no test files]
ok  	github.com/rokath/trice/internal/dumpDecoder	0.721s
ok  	github.com/rokath/trice/internal/emitter	0.829s
ok  	github.com/rokath/trice/internal/id	3.621s
ok  	github.com/rokath/trice/internal/keybcmd	0.950s
ok  	github.com/rokath/trice/internal/link	1.165s
ok  	github.com/rokath/trice/internal/receiver	1.065s
?   	github.com/rokath/trice/internal/translator	[no test files]
ok  	github.com/rokath/trice/internal/trexDecoder	0.765s
?   	github.com/rokath/trice/pkg/ant	[no test files]
ok  	github.com/rokath/trice/pkg/cipher	1.177s
ok  	github.com/rokath/trice/pkg/endian	0.854s
ok  	github.com/rokath/trice/pkg/msg	1.060s
ok  	github.com/rokath/trice/pkg/tst	0.964s
Testing the Go code...done
---
---
Testing the Target code...
# github.com/rokath/trice/_test/dblB_de_multi_nopf_ua
# [github.com/rokath/trice/_test/dblB_de_multi_nopf_ua]
In file included from dblB_de_multi_nopf_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_de_cobs_ua
# [github.com/rokath/trice/_test/dblB_de_cobs_ua]
In file included from dblB_de_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_de_multi_cobs_ua
# [github.com/rokath/trice/_test/dblB_de_multi_cobs_ua]
In file included from dblB_de_multi_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_de_multi_xtea_cobs_ua
# [github.com/rokath/trice/_test/dblB_de_multi_xtea_cobs_ua]
In file included from dblB_de_multi_xtea_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_de_tcobs_ua
# [github.com/rokath/trice/_test/dblB_de_tcobs_ua]
In file included from dblB_de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_cobs_ua
# [github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_cobs_ua]
In file included from dblB_di_nopf_rtt32__de_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_de_multi_tcobs_ua
# [github.com/rokath/trice/_test/dblB_de_multi_tcobs_ua]
In file included from dblB_de_multi_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_de_xtea_cobs_ua
# [github.com/rokath/trice/_test/dblB_de_xtea_cobs_ua]
In file included from dblB_de_xtea_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_de_nopf_ua
# [github.com/rokath/trice/_test/dblB_de_nopf_ua]
In file included from dblB_de_nopf_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_de_multi_xtea_tcobs_ua
# [github.com/rokath/trice/_test/dblB_de_multi_xtea_tcobs_ua]
In file included from dblB_de_multi_xtea_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_de_xtea_tcobs_ua
# [github.com/rokath/trice/_test/dblB_de_xtea_tcobs_ua]
In file included from dblB_de_xtea_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_cobs_ua
# [github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_cobs_ua]
In file included from dblB_di_nopf_rtt32__de_multi_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/be_dblB_de_tcobs_ua
# [github.com/rokath/trice/_test/be_dblB_de_tcobs_ua]
In file included from be_dblB_de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/be_dblB_de_tcobs_ua [build failed]
# github.com/rokath/trice/_test/be_staticB_di_xtea_cobs_rtt32
# [github.com/rokath/trice/_test/be_staticB_di_xtea_cobs_rtt32]
In file included from be_staticB_di_xtea_cobs_rtt32/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/be_staticB_di_xtea_cobs_rtt32 [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_multi_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_multi_nopf_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_multi_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_multi_xtea_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_multi_xtea_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_nopf_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_xtea_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_de_xtea_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_cobs_ua [build failed]
# github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_tcobs_ua
# [github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_tcobs_ua]
In file included from dblB_di_nopf_rtt32__de_multi_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_multi_tcobs_ua [build failed]
# github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_cobs_ua
# [github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_cobs_ua]
In file included from dblB_di_nopf_rtt8__de_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_xtea_cobs_ua
# [github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_xtea_cobs_ua]
In file included from dblB_di_nopf_rtt32__de_xtea_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/ringB_de_multi_xtea_cobs_ua
# [github.com/rokath/trice/_test/ringB_de_multi_xtea_cobs_ua]
In file included from ringB_de_multi_xtea_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/ringB_de_multi_tcobs_ua
# [github.com/rokath/trice/_test/ringB_de_multi_tcobs_ua]
In file included from ringB_de_multi_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_tcobs_ua
# [github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_tcobs_ua]
In file included from dblB_di_nopf_rtt8__de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/ringB_de_xtea_cobs_ua
# [github.com/rokath/trice/_test/ringB_de_xtea_cobs_ua]
In file included from ringB_de_xtea_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_cobs_ua
# [github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_cobs_ua]
In file included from dblB_di_nopf_rtt8__de_multi_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_tcobs_ua
# [github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_tcobs_ua]
In file included from dblB_di_nopf_rtt32__de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_di_nopf_rtt32__de_xtea_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_cobs_ua [build failed]
# github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_tcobs_ua
# [github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_tcobs_ua]
In file included from dblB_di_nopf_rtt8__de_multi_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/ringB_de_cobs_ua
# [github.com/rokath/trice/_test/ringB_de_cobs_ua]
In file included from ringB_de_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/ringB_de_multi_xtea_tcobs_ua
# [github.com/rokath/trice/_test/ringB_de_multi_xtea_tcobs_ua]
In file included from ringB_de_multi_xtea_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_multi_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/dblB_di_nopf_rtt8__de_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/ringB_de_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/ringB_de_multi_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/ringB_de_multi_xtea_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/ringB_de_multi_xtea_tcobs_ua [build failed]
# github.com/rokath/trice/_test/ringB_de_tcobs_ua
# [github.com/rokath/trice/_test/ringB_de_tcobs_ua]
In file included from ringB_de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/ringB_de_nopf_ua
# [github.com/rokath/trice/_test/ringB_de_nopf_ua]
In file included from ringB_de_nopf_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/ringB_de_nopf_ua [build failed]
FAIL	github.com/rokath/trice/_test/ringB_de_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/ringB_de_xtea_cobs_ua [build failed]
# github.com/rokath/trice/_test/ringB_de_xtea_tcobs_ua
# [github.com/rokath/trice/_test/ringB_de_xtea_tcobs_ua]
In file included from ringB_de_xtea_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/ringB_de_xtea_tcobs_ua [build failed]
# github.com/rokath/trice/_test/ringB_di_cobs_rtt32__de_tcobs_ua
# [github.com/rokath/trice/_test/ringB_di_cobs_rtt32__de_tcobs_ua]
In file included from ringB_di_cobs_rtt32__de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/stackB_di_nopf_rtt8
# [github.com/rokath/trice/_test/stackB_di_nopf_rtt8]
In file included from stackB_di_nopf_rtt8/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/ringB_di_cobs_rtt32__de_tcobs_ua [build failed]
# github.com/rokath/trice/_test/ringB_di_cobs_rtt8__de_tcobs_ua
# [github.com/rokath/trice/_test/ringB_di_cobs_rtt8__de_tcobs_ua]
In file included from ringB_di_cobs_rtt8__de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/ringB_di_cobs_rtt8__de_tcobs_ua [build failed]
# github.com/rokath/trice/_test/ringB_di_nopf_rtt8__de_tcobs_ua
# [github.com/rokath/trice/_test/ringB_di_nopf_rtt8__de_tcobs_ua]
In file included from ringB_di_nopf_rtt8__de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_tcobs_ua
# [github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_tcobs_ua]
In file included from ringB_di_nopf_rtt32__de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_tcobs_ua [build failed]
# github.com/rokath/trice/_test/stackB_di_nopf_aux32
# [github.com/rokath/trice/_test/stackB_di_nopf_aux32]
In file included from stackB_di_nopf_aux32/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/ringB_di_xtea_cobs_rtt32__de_xtea_cobs_ua
# [github.com/rokath/trice/_test/ringB_di_xtea_cobs_rtt32__de_xtea_cobs_ua]
In file included from ringB_di_xtea_cobs_rtt32__de_xtea_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/stackB_di_nopf_aux8
# [github.com/rokath/trice/_test/stackB_di_nopf_aux8]
In file included from stackB_di_nopf_aux8/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_xtea_cobs_ua
# [github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_xtea_cobs_ua]
In file included from ringB_di_nopf_rtt32__de_xtea_cobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/ringB_di_nopf_rtt32__de_xtea_cobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/ringB_di_nopf_rtt8__de_tcobs_ua [build failed]
# github.com/rokath/trice/_test/ringB_di_tcobs_rtt32__de_tcobs_ua
# [github.com/rokath/trice/_test/ringB_di_tcobs_rtt32__de_tcobs_ua]
In file included from ringB_di_tcobs_rtt32__de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/ringB_di_tcobs_rtt32__de_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/ringB_di_xtea_cobs_rtt32__de_xtea_cobs_ua [build failed]
# github.com/rokath/trice/_test/stackB_di_nopf_rtt32
# [github.com/rokath/trice/_test/stackB_di_nopf_rtt32]
In file included from stackB_di_nopf_rtt32/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/special_protect_dblB_de_tcobs_ua
# [github.com/rokath/trice/_test/special_protect_dblB_de_tcobs_ua]
In file included from special_protect_dblB_de_tcobs_ua/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/special_for_debug
# [github.com/rokath/trice/_test/special_for_debug]
In file included from special_for_debug/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/special_for_debug [build failed]
FAIL	github.com/rokath/trice/_test/special_protect_dblB_de_tcobs_ua [build failed]
FAIL	github.com/rokath/trice/_test/stackB_di_nopf_aux32 [build failed]
FAIL	github.com/rokath/trice/_test/stackB_di_nopf_aux8 [build failed]
FAIL	github.com/rokath/trice/_test/stackB_di_nopf_rtt32 [build failed]
FAIL	github.com/rokath/trice/_test/stackB_di_nopf_rtt8 [build failed]
# github.com/rokath/trice/_test/stackB_di_xtea_cobs_rtt8
# [github.com/rokath/trice/_test/stackB_di_xtea_cobs_rtt8]
In file included from stackB_di_xtea_cobs_rtt8/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/stackB_di_xtea_cobs_rtt8 [build failed]
# github.com/rokath/trice/_test/staticB_di_nopf_rtt32
# [github.com/rokath/trice/_test/staticB_di_nopf_rtt32]
In file included from staticB_di_nopf_rtt32/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/staticB_di_nopf_aux32
# [github.com/rokath/trice/_test/staticB_di_nopf_aux32]
In file included from staticB_di_nopf_aux32/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/staticB_di_nopf_aux8
# [github.com/rokath/trice/_test/staticB_di_nopf_aux8]
In file included from staticB_di_nopf_aux8/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/staticB_di_nopf_aux32 [build failed]
FAIL	github.com/rokath/trice/_test/staticB_di_nopf_aux8 [build failed]
FAIL	github.com/rokath/trice/_test/staticB_di_nopf_rtt32 [build failed]
# github.com/rokath/trice/_test/staticB_di_tcobs_rtt32
# [github.com/rokath/trice/_test/staticB_di_tcobs_rtt32]
In file included from staticB_di_tcobs_rtt32/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/staticB_di_nopf_rtt8
# [github.com/rokath/trice/_test/staticB_di_nopf_rtt8]
In file included from staticB_di_nopf_rtt8/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/staticB_di_nopf_rtt8 [build failed]
FAIL	github.com/rokath/trice/_test/staticB_di_tcobs_rtt32 [build failed]
# github.com/rokath/trice/_test/staticB_di_xtea_cobs_rtt32
# [github.com/rokath/trice/_test/staticB_di_xtea_cobs_rtt32]
In file included from staticB_di_xtea_cobs_rtt32/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
# github.com/rokath/trice/_test/staticB_di_tcobs_rtt8
# [github.com/rokath/trice/_test/staticB_di_tcobs_rtt8]
In file included from staticB_di_tcobs_rtt8/generated_cgoPackage.go:38:
./../testdata/triceCheck.c:2761:8: error: incompatible pointer to integer conversion passing 'char[70]' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
 2761 |         Trice("att:MyStructEvaluationFunction(json:ExA{Apple:%d, Birn:%u, Fisch:%f}\n", Ex.Apple, Ex.Birn, aFloat(Ex.Fish));
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../src/triceOn.h:34:92: note: expanded from macro 'Trice'
   34 | #define Trice(  tid, fmt, ...) TRICE_CONCAT2(Trice_,   TRICE_COUNT_ARGUMENTS(__VA_ARGS__))(tid, fmt, ##__VA_ARGS__)
      |                                                                                            ^~~
./../../src/triceOn.h:368:49: note: expanded from macro 'Trice32_2'
  368 | #define Trice32_2(tid, fmt, v0, v1) Trice32fn_2(tid, (uint32_t)(v0), (uint32_t)(v1))                                                                                                                                                                                                               //!< Trice32_2 is a macro calling a function to reduce code size.
      |                                                 ^~~
./../../src/trice32.c:417:27: note: passing argument to parameter 'tid' here
  417 | void Trice32fn_2(uint16_t tid, uint32_t v0, uint32_t v1) {
      |                           ^
1 error generated.
FAIL	github.com/rokath/trice/_test/staticB_di_tcobs_rtt8 [build failed]
FAIL	github.com/rokath/trice/_test/staticB_di_xtea_cobs_rtt32 [build failed]
FAIL
Testing the Target code...done
---
---
Translating all examples with TRICE_OFF...
--------------------------------------------------------------------------------------------------------
./F030_bare/ with TRICE_OFF=1
mkdir out		
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/main.o] Error 127
make: *** Waiting for unfinished jobs....
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_it.o] Error 127
make: *** [out/stm32f0xx_ll_gpio.o] Error 127
make: *** [out/stm32f0xx_ll_pwr.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_usart.o] Error 127
make: *** [out/stm32f0xx_ll_rcc.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_exti.o] Error 127
make: *** [out/system_stm32f0xx.o] Error 127
make: *** [out/stm32f0xx_ll_utils.o] Error 127
make: *** [out/sysmem.o] Error 127
make: *** [out/stm32f0xx_ll_dma.o] Error 127
make: *** [out/startup_stm32f030x8.o] Error 127
make: *** [out/syscalls.o] Error 127
FAIL: ./F030_bare/
--------------------------------------------------------------------------------------------------------
./G0B1_bare/ with TRICE_OFF=1
mkdir out.gcc
startup_stm32g0b1xx.s
Core/Src/main.c
Core/Src/app_freertos.c
Core/Src/stm32g0xx_it.c
Core/Src/stm32g0xx_hal_msp.c
Core/Src/stm32g0xx_hal_timebase_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/main.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [out.gcc/startup_stm32g0b1xx.o] Error 127
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/app_freertos.o] Error 127
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_it.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_hal_msp.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_hal_timebase_tim.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_gpio.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_exti.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_rcc.o] Error 127
FAIL: ./G0B1_bare/
--------------------------------------------------------------------------------------------------------
./L432_bare/ with TRICE_OFF=1
mkdir out.gcc
startup_stm32l432xx.s
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/startup_stm32l432xx.o] Error 127
make: *** Waiting for unfinished jobs....
FAIL: ./L432_bare/
--------------------------------------------------------------------------------------------------------
./F030_inst/ with TRICE_OFF=1
mkdir out		
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsDecode.d" -Wa,-a,-ad,-alms=out/cobsDecode.lst ../../src/cobsDecode.c -o out/cobsDecode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsEncode.d" -Wa,-a,-ad,-alms=out/cobsEncode.lst ../../src/cobsEncode.c -o out/cobsEncode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/SEGGER_RTT.d" -Wa,-a,-ad,-alms=out/SEGGER_RTT.lst ../../src/SEGGER_RTT.c -o out/SEGGER_RTT.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Decode.d" -Wa,-a,-ad,-alms=out/tcobsv1Decode.lst ../../src/tcobsv1Decode.c -o out/tcobsv1Decode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Encode.d" -Wa,-a,-ad,-alms=out/tcobsv1Encode.lst ../../src/tcobsv1Encode.c -o out/tcobsv1Encode.o
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_exti.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [out/stm32f0xx_ll_gpio.o] Error 127
make: *** [out/stm32f0xx_it.o] Error 127
make: *** [out/stm32f0xx_ll_pwr.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_usart.o] Error 127
make: *** [out/main.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_utils.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_dma.o] Error 127
make: *** [out/system_stm32f0xx.o] Error 127
make: *** [out/stm32f0xx_ll_rcc.o] Error 127
make: *** [out/syscalls.o] Error 127
make: *** [out/sysmem.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/SEGGER_RTT.o] Error 127
make: *** [out/cobsEncode.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/tcobsv1Decode.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/cobsDecode.o] Error 127
make: *** [out/tcobsv1Encode.o] Error 127
--------------------------------------------------------------------------------------------------------
./G0B1_inst/ with TRICE_OFF=1
mkdir out.gcc
startup_stm32g0b1xx.s
Core/Src/main.c
Core/Src/app_freertos.c
Core/Src/stm32g0xx_it.c
Core/Src/stm32g0xx_hal_msp.c
Core/Src/stm32g0xx_hal_timebase_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/main.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [out.gcc/startup_stm32g0b1xx.o] Error 127
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/app_freertos.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
make: *** [out.gcc/stm32g0xx_it.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_hal_msp.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_hal_timebase_tim.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_gpio.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_exti.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_rcc.o] Error 127
--------------------------------------------------------------------------------------------------------
./L432_inst/ with TRICE_OFF=1
mkdir out.gcc
startup_stm32l432xx.s
Core/Src/main.c
Core/Src/freertos.c
Core/Src/stm32l4xx_it.c
Core/Src/stm32l4xx_hal_msp.c
Core/Src/stm32l4xx_hal_timebase_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
/bin/sh: arm-none-eabi-gcc: command not found
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
make: *** [out.gcc/startup_stm32l432xx.o] Error 127
make: *** Waiting for unfinished jobs....
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/freertos.o] Error 127
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/main.o] Error 127
make: *** [out.gcc/stm32l4xx_it.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_hal_msp.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_hal_timebase_tim.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_ll_utils.o] Error 127
make: *** [out.gcc/stm32l4xx_ll_exti.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_ll_gpio.o] Error 127
FAIL: ./L432_inst/
4 times FAIL
Translating all examples with TRICE_OFF...done2
---
---
Translating all examples with TRICE_ON...
--------------------------------------------------------------------------------------------------------
./F030_bare/ with TRICE_OFF=0
mkdir out		
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/main.o] Error 127
make: *** Waiting for unfinished jobs....
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_pwr.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_it.o] Error 127
make: *** [out/stm32f0xx_ll_gpio.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_usart.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_rcc.o] Error 127
make: *** [out/stm32f0xx_ll_dma.o] Error 127
make: *** [out/stm32f0xx_ll_utils.o] Error 127
make: *** [out/stm32f0xx_ll_exti.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/system_stm32f0xx.o] Error 127
make: *** [out/syscalls.o] Error 127
make: *** [out/sysmem.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/startup_stm32f030x8.o] Error 127
FAIL: ./F030_bare/
--------------------------------------------------------------------------------------------------------
./G0B1_bare/ with TRICE_OFF=0
mkdir out.gcc
startup_stm32g0b1xx.s
Core/Src/main.c
Core/Src/app_freertos.c
Core/Src/stm32g0xx_it.c
Core/Src/stm32g0xx_hal_msp.c
Core/Src/stm32g0xx_hal_timebase_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/main.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [out.gcc/startup_stm32g0b1xx.o] Error 127
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/app_freertos.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
make: *** [out.gcc/stm32g0xx_it.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_hal_msp.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_hal_timebase_tim.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_gpio.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_exti.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_rcc.o] Error 127
FAIL: ./G0B1_bare/
--------------------------------------------------------------------------------------------------------
./L432_bare/ with TRICE_OFF=0
mkdir out.gcc
startup_stm32l432xx.s
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/startup_stm32l432xx.o] Error 127
make: *** Waiting for unfinished jobs....
FAIL: ./L432_bare/
--------------------------------------------------------------------------------------------------------
./F030_inst/ with TRICE_OFF=0
mkdir out		
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsDecode.d" -Wa,-a,-ad,-alms=out/cobsDecode.lst ../../src/cobsDecode.c -o out/cobsDecode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsEncode.d" -Wa,-a,-ad,-alms=out/cobsEncode.lst ../../src/cobsEncode.c -o out/cobsEncode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/SEGGER_RTT.d" -Wa,-a,-ad,-alms=out/SEGGER_RTT.lst ../../src/SEGGER_RTT.c -o out/SEGGER_RTT.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Decode.d" -Wa,-a,-ad,-alms=out/tcobsv1Decode.lst ../../src/tcobsv1Decode.c -o out/tcobsv1Decode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Encode.d" -Wa,-a,-ad,-alms=out/tcobsv1Encode.lst ../../src/tcobsv1Encode.c -o out/tcobsv1Encode.o
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_exti.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [out/stm32f0xx_ll_gpio.o] Error 127
make: *** [out/stm32f0xx_ll_pwr.o] Error 127
make: *** [out/stm32f0xx_it.o] Error 127
make: *** [out/main.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_rcc.o] Error 127
make: *** [out/stm32f0xx_ll_usart.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: /bin/sh: arm-none-eabi-gcc: command not found
*** [out/stm32f0xx_ll_dma.o] Error 127
make: *** [out/system_stm32f0xx.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/cobsDecode.o] Error 127
make: *** [out/syscalls.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/stm32f0xx_ll_utils.o] Error 127
make: *** [out/sysmem.o] Error 127
make: *** [out/SEGGER_RTT.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/cobsEncode.o] Error 127
make: *** [out/tcobsv1Decode.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out/tcobsv1Encode.o] Error 127
--------------------------------------------------------------------------------------------------------
./G0B1_inst/ with TRICE_OFF=0
mkdir out.gcc
startup_stm32g0b1xx.s
Core/Src/main.c
Core/Src/app_freertos.c
Core/Src/stm32g0xx_it.c
Core/Src/stm32g0xx_hal_msp.c
Core/Src/stm32g0xx_hal_timebase_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
/bin/sh: arm-none-eabi-gcc: command not found
make: Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
*** [out.gcc/startup_stm32g0b1xx.o] Error 127
make: *** Waiting for unfinished jobs....
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/main.o] Error 127
make: *** [out.gcc/app_freertos.o] Error 127
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_it.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_hal_msp.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_hal_timebase_tim.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_gpio.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_exti.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32g0xx_ll_rcc.o] Error 127
--------------------------------------------------------------------------------------------------------
./L432_inst/ with TRICE_OFF=0
mkdir out.gcc
startup_stm32l432xx.s
Core/Src/main.c
Core/Src/freertos.c
Core/Src/stm32l4xx_it.c
Core/Src/stm32l4xx_hal_msp.c
Core/Src/stm32l4xx_hal_timebase_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
make: *** [out.gcc/main.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [out.gcc/startup_stm32l432xx.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
make: *** [out.gcc/stm32l4xx_it.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/freertos.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_hal_msp.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_hal_timebase_tim.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_ll_utils.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_ll_exti.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_ll_gpio.o] Error 127
FAIL: ./L432_inst/
4 times FAIL
Translating all examples with TRICE_ON...done
---
---
Translating all L432 configurations...
Wed Jun  4 18:45:44 MDT 2025

--- CONFIGURATION=0 ---

mkdir out.gcc
startup_stm32l432xx.s
Core/Src/main.c
Core/Src/freertos.c
Core/Src/stm32l4xx_it.c
Core/Src/stm32l4xx_hal_msp.c
Core/Src/stm32l4xx_hal_timebase_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
make: *** [out.gcc/freertos.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [out.gcc/main.o] Error 127
make: *** [out.gcc/startup_stm32l432xx.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
make: *** [out.gcc/stm32l4xx_it.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_hal_msp.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_hal_timebase_tim.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_ll_utils.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_ll_exti.o] Error 127
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [out.gcc/stm32l4xx_ll_gpio.o] Error 127
Translating all L432 configurations...done
---
Script run 16 seconds.
