This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

--xref linker option print not coming in stdout

As per documentation the linker option --xref would prints the external references to stdout. Couldn't find any reference to malloc in the output log  file(OUTPUTFILE.TXT) generated.

Following command is used for building.. Have enabled the xref in GUI. Where could we get this prints.. The intention is to parse the print so that external references like malloc, float etc is not there in the code being compiled

UV4 -b examples/projects/keil/STM32F413ZH/example.uvprojx -t "RELEASE" -o "OUTPUTFILE.TXT"