Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-14 Thread Chris Johns
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

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-14 Thread Juan Rafael García Blanco
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;

Re: stm32 external SRAM

2019-06-14 Thread Christian Mauderer
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