Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Nucleo-64 has linker errors when using the "Monitor Memory" option (Read 1016 times)
Bambo
Member
***
Offline


Posts: 146
Location: Liverpool, UK
Joined: Jan 13th, 2020
Nucleo-64 has linker errors when using the "Monitor Memory" option
Feb 20th, 2020 at 7:20pm
Print Post  
Hi,

It seems like the STM32 Nucleo-64 board is incompatable with the memory monitoring features of the deubgger. See build log attached:

At the bottom of the log:
Quote:


Linking it all together ...

[object links]

ld.exe: VM_DBG\VM_mem_check.c.o: in function _VM_freeListSize
VM_mem_check.c*: (.text._VM_freeListSize+0x14): undefined reference to __flp

Error linking for board Nucleo-64
 
Debug build failed for project 'DebuggerMemoryViewBugSketchExample'
ld.exe: VM_DBG\VM_mem_check.c.o: in function _VM_freeMemory
VM_mem_check.c*: (.text._VM_freeMemory+0x28): undefined reference to __brkval
ld.exe: VM_mem_check.c:(.text._VM_freeMemory+0x2c): undefined reference to __heap_start
 
collect2.exe*: error: ld returned 1 exit status
« Last Edit: Feb 20th, 2020 at 7:21pm by Bambo »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Nucleo-64 has linker errors when using the "Monitor Memory" option
Reply #1 - Feb 20th, 2020 at 7:31pm
Print Post  
That feature works for arduino boards and quite a few 32 bit but hasn't been tested with stm32 yet. It's on the to do list.
  
Back to top
IP Logged
 
Bambo
Member
***
Offline


Posts: 146
Location: Liverpool, UK
Joined: Jan 13th, 2020
Re: Nucleo-64 has linker errors when using the "Monitor Memory" option
Reply #2 - Feb 20th, 2020 at 7:33pm
Print Post  
Thanks!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint