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 Build Fails but no errors listed (Read 1346 times)
JamesFarmer
Junior Member
**
Offline


Posts: 58
Joined: Mar 1st, 2020
Build Fails but no errors listed
May 9th, 2022 at 5:50pm
Print Post  
attached is build file weird thing is i made on change it broke i committed it out still does not work
  

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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Build Fails but no errors listed
Reply #1 - May 9th, 2022 at 5:56pm
Print Post  
Please click build clean and then build. Post that output thanks
  
Back to top
WWW  
IP Logged
 
JamesFarmer
Junior Member
**
Offline


Posts: 58
Joined: Mar 1st, 2020
Re: Build Fails but no errors listed
Reply #2 - May 9th, 2022 at 6:02pm
Print Post  
below is clean debug text attched is the build text

Build Clean 'Chatterboxv2'
Deleted temporary build folder 'C:\Users\beent\AppData\Local\Temp\VMBuilds\Chatterboxv2\esp32_d32_pro\Debug'
The shared cache for platform cores has been cleared.
Solution Clean Complete
  

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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Build Fails but no errors listed
Reply #3 - May 9th, 2022 at 6:07pm
Print Post  
Thanks, there is an error(s) and message in the output but because parralel builds are enabled there is some final verbose output after the error info.

The "error list" in VS should show the issue more clearly or switching off verbose. We will look to see if we can wait and force the error summary to be at the end of the output.

Code
Select All
AWS_IOT_JF.cpp:3: from
eprom.h:6: In file included from
DIGITAL.h: 49:1: warning: 'typedef' was ignored in this declaration
eprom.cpp:1: from
   typedef struct sysdata {
power.h: 367:14: warning: 'typedef' was ignored in this declaration
   ^~~~~~~
   EXT_RAM_ATTR typedef struct powerdata {
DIGITAL.h: 53:1: warning: 'typedef' was ignored in this declaration
   ^~~~~~~
   typedef struct webdatasmall {
   ^~~~~~~
DIGITAL.h: 56:1: warning: 'typedef' was ignored in this declaration
   typedef struct systemdigitaldata {
   ^~~~~~~



ADC.h:8: In file included from
i2c.h:9: from
DIGITAL.cpp:1: In file included from
i2c.h:8: In file included from
AWS_IOT_JF.h:7: from
DIGITAL.h: 49:1: warning: 'typedef' was ignored in this declaration
DATASTORE.h:9: from
AWS_IOT_JF.cpp:3: from
   typedef struct sysdata {
DATASTORE.cpp:5: from
eprom.h: 10:1: warning: 'typedef' was ignored in this declaration
   ^~~~~~~
power.h: 367:14: warning: 'typedef' was ignored in this declaration
   typedef struct phasecoeff {
DIGITAL.h: 53:1: warning: 'typedef' was ignored in this declaration
   EXT_RAM_ATTR typedef struct powerdata {
   ^~~~~~~
   typedef struct webdatasmall {
   ^~~~~~~
eprom.h: 16:1: warning: 'typedef' was ignored in this declaration
   ^~~~~~~
   typedef struct Gainoff {
DIGITAL.h: 56:1: warning: 'typedef' was ignored in this declaration
   ^~~~~~~
   typedef struct systemdigitaldata {
eprom.h: 24:1: warning: 'typedef' was ignored in this declaration
   ^~~~~~~
   typedef struct awsidinfo {
   ^~~~~~~


eprom.h: 30:1: warning: 'typedef' was ignored in this declaration
ADC.h:5: In file included from
   typedef struct bootdata {
eprom.h:6: In file included from
i2c.h:9: from
   ^~~~~~~
Web_Config.h:7: from
DATASTORE.h:9: from
DIGITAL.cpp:3: from
DATASTORE.cpp:5: from
power.h: 367:14: warning: 'typedef' was ignored in this declaration
DIGITAL.h: 49:1: warning: 'typedef' was ignored in this declaration
   EXT_RAM_ATTR typedef struct powerdata {
   typedef struct sysdata {
   ^~~~~~~
   ^~~~~~~
DIGITAL.h: 53:1: warning: 'typedef' was ignored in this declaration


   typedef struct webdatasmall {
ADC.h:8: In file included from
ADC.h:5: In file included from

   ^~~~~~~
i2c.h:9: from
i2c.h:9: In file included from
Error compiling project sources 

  
Back to top
WWW  
IP Logged
 
JamesFarmer
Junior Member
**
Offline


Posts: 58
Joined: Mar 1st, 2020
Re: Build Fails but no errors listed
Reply #4 - May 9th, 2022 at 6:11pm
Print Post  
i still dont see the errors is there something i can turn off to make it more clearly
  
Back to top
 
IP Logged
 
JamesFarmer
Junior Member
**
Offline


Posts: 58
Joined: Mar 1st, 2020
Re: Build Fails but no errors listed
Reply #5 - May 9th, 2022 at 6:14pm
Print Post  
I turned off parallel builds much better to see now also it does not affect my build time at all
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint