Am 18.12.20 um 09:12 schrieb Philipp Klaus Krause:
Can some one give me a tip where to start looking up for this fault?
I'm not that familiar with the assembler, but I suggest you file a bug
report, and document your findings (and possibly patch) there.
Philipp
___
Hey,
i used SDCC on a 8051 for a long time but since i always missed a
debugger I started testing a STM8 with SDCC, stm8-gdb, openocd and a
STM8-Discovery board.
As a test I began to port FreeRTOS to the STM8.
Unfortunately i run into a segmentation fault when using the flags
"--debug" and "
ep-by-step_tutorial_development_tools.htmls
Cumprimentos,
Jorge Pinto
On Wed, Nov 21, 2018 at 8:12 PM Michael Graichen
mailto:michael.graic...@hotmail.com>> wrote:
Hey,
Does anyone know how I can teach eclipse cdt to use a different debugger than
gdb?
I can change the debugger in the "Deb
Hey,
Does anyone know how I can teach eclipse cdt to use a different debugger than
gdb?
I can change the debugger in the "Debug configuration" to a different program.
Eclipse seems to call this program with "--version" as an argument but if it's
not gdb it will exit. So i wrote a little c progr
Ursprüngliche Nachricht
Von: Philipp Klaus Krause
Datum: 25.09.18 10:36 (GMT+01:00)
An: sdcc-user@lists.sourceforge.net
Betreff: Re: [Sdcc-user] SDCC 3.8.0 Release Candidate 1
Am 23.09.2018 um 19:53 schrieb Michael Graichen:
> Hey,
>
> i tried to compile FreeRTOS (1
Hey,
i tried to compile FreeRTOS (10.0.1 and 10.1.1) on a 8051 (mcs51) with it and
receive the error:
src/FreeRTOS/include/task.h:327: error 226: no type specifier for 'xTaskCreate
parameter 6'
Parameter 6 of xTaskCreate is defined as "TaskHandle_t * const pxCreatedTask"
when i remove the "con
Hey everyone,
i'm trying to Port FreeRTOS to a 8051 Softcore Controller
(https://github.com/jaruiz/light52) but when i compile the File
tasks.c
(https://sourceforge.net/p/freertos/code/HEAD/tree/trunk/FreeRTOS/Source/tasks.c#l1011)
i receive the following error
$ sdcc --debug -o obj/ -D__LIGHT