microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
184 stars 55 forks source link

Does anyone know how to use this plugin to parse the makefile project generated by stm32cube #546

Open hellowoad opened 6 months ago

hellowoad commented 6 months ago

I don't know if my configuration is wrong or if the plugin itself isn't working correctly

hellowoad commented 6 months ago

It tells me that I did not define one of the macros shown in the following figure 图片 But it's already defined in the makefile 图片 Is the macro not parsed correctly? But I sent the following message in the Output field 图片 I don't know what it means

hellowoad commented 6 months ago

Here is my configuration 图片 图片

hellowoad commented 6 months ago

configurationCache.log dryrun.log targets.log

gcampbell-msft commented 6 months ago

@hellowoad Thanks for posting this issue and the logs that you shared. We will put this on our backlog to investigate what might be happening and whether it's something with your configuration.

Would you be able to send a zip of the repro project to help me speed up my investigation? Thanks!

hellowoad commented 5 months ago

@hellowoad Thanks for posting this issue and the logs that you shared. We will put this on our backlog to investigate what might be happening and whether it's something with your configuration.

Would you be able to send a zip of the repro project to help me speed up my investigation? Thanks!

lwip_freertos.7z.gz thank you for your works

hellowoad commented 5 months ago

@hellowoad Thanks for posting this issue and the logs that you shared. We will put this on our backlog to investigate what might be happening and whether it's something with your configuration. Would you be able to send a zip of the repro project to help me speed up my investigation? Thanks!

lwip_freertos.7z.gz thank you for your works File exceeds upload limit, So I first used 7z and then compressed it with gzip....

gcampbell-msft commented 2 months ago

@hellowoad No promises, but I hope to investigate this in the near future, could you confirm whether there are any additional dependencies that need to be installed when testing this repro project?