-
Hi All,
When attempting to use cmsis-build, I get this error: `armclang: fatal error: no target architecture given; use --target=arm-arm-none-eabi or --target=aarch64-arm-none-eabi`.
I have a wor…
-
Hello,
I am building using GCC (using library, not form source) and with new version (5.4.0) I get an error:
```
In file included from src/cmsis/rtos2/RTX/Source/rtx_lib.c:34:0:
src/cmsis/rtos2/RT…
-
I am trying to setup a project using base code generated by STM32CodeIde,
while adding all the sources and start compiling the project I removed the duplicated source file that could be found via i…
-
Hi there,
I'm trying to get an application built using GCC and CMSIS-build.
I have tried with an existing application but I've given up on that and decided just to get an example project work…
-
it seems to me that the line below is wrong:
https://github.com/bcmi-labs/ArduinoThreads/blob/9f652184c5bbc5356e619b5fbc4e4791ea208de0/Arduino_Threads.h#L17
basically it's putting a reference to t…
-
Hi All,
I am seeing this error when compiling with GCC using cbuild but I don't get this error when compiling using AC6.
From what I can understand from various sources such as:
1. https://emb…
-
Hello,
I have a problem to build the makefile using freertos-rpi2 (on dev branch). I am getting this error:
> make[1]: *** No rule to make target 'bld/list.o', needed by 'kernel7.elf'. Stop.
…
-
I am porting from RTX to RTX5, just before there is a variable
`task_id` in the `OS_TCB`, and as an convenient TCB access, e.g,
used for trace info, it is easy to map task_id to an task.
As for RT…
-
Here's what I did:
To begin, directory only contains `STM32Learning.ioc`
- run `init`
- edit the `board = ` field in `stm32pio.ini`
- run `new`
Error: ` FileNotFoundError: [WinError 2] The …
-
While I use `osMessageQueuePut` in ISR at a high frequency for a long time(where I use a knob key to test), I always get a `HardFault_Handler` error,the following is the test code:
```
typedef str…