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 Odd (benign) error with each Build (Read 1544 times)
Harrzack
Member
***
Offline


Posts: 133
Location: Lindenwold, NJ USA
Joined: Dec 28th, 2012
Odd (benign) error with each Build
Feb 10th, 2016 at 4:26pm
Print Post  
Running the latest VM & VS 2015.  Getting this odd set of complaints (below) with each Build.  I just run the Build again, and they go away, and all is well.

The only "new" thing is I'm using a different FTDI cable - the new one from AdaFruit with the chip in the USB end...

Just wondering what might be up.    Shocked

=A.
-----------------------

Compiling debug version of 'TapeDrive' for 'Arduino Pro or Pro Mini w/ ATmega328 (5V, 16 MHz)'
Motor.ino:27:15: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorPos[4]{ 0,0,0,0 }
Motor.ino:28:18: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorDatAdr[4]{ MotorARun ,MotorBRun,MotorARun,MotorBRun }; \\ Use Motor Num to index i2c data reg
Motor.ino:32:19: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorFScw[4][8] {
Motor.ino:40:20: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorFSccw[4][8]{
Motor.ino:48:17: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
:int motorHS[4][8] {
TapeDrive.ino:In function 'void i2c_cwFS(int)
Motor.ino:62:9: warning: unused variable 'adr' [-Wunused-variable]
:int j, adr,data
Motor.ino:62:13: warning: variable 'data' set but not used [-Wunused-but-set-variable]
:int j, adr,data
TapeDrive.ino:In function 'void i2c_step(int, int, int)
Motor.ino:76:10: warning: unused variable 'step' [-Wunused-variable]
:int pos,step
Binary sketch size: 4,394 bytes (used 14% of a 30,720 byte maximum) (1.03 secs)
Minimum Memory Usage: 571 bytes (28% of a 2048 byte maximum)
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint