On 15/6/19 7:44 am, Juan Rafael García Blanco wrote:
> Hi,
>
> Please find below the error I get:
>
> CXXtui/tui-interp.o
> ../../gdb-8.2.1/gdb/tui/tui-hooks.c:208:36: error: default initialization of
> an object of const type 'const gdb::observers::token' without a user-provided
> defa
Hi,
Please find below the error I get:
CXXtui/tui-interp.o
../../gdb-8.2.1/gdb/tui/tui-hooks.c:208:36: error: default initialization of an
object of const type 'const gdb::observers::token' without a user-provided
default constructor
static const gdb::observers::token tui_observers_token;
If you have already added the chip and it is initialized during startup,
you most likely have to add a section for it in your linker command
file. Depending on where your internal RAM is located and where the
external one is: If they are continuous that can be enough.
Best regards
Christian
On 1