chuckj 0 Posted July 12, 2013 Report Share Posted July 12, 2013 Running Windows XP SP3 MPLAB X ver 1.80 BoostC ver 7.20 I am getting these compilation errors that I was not getting before I updated Boostc: wallcontrol.c(751:26): error: failed to generate expressionwallcontrol.c(751:26): error: invalid operand '&(lata)'wallcontrol.c(751:24): error: failed to generate expressionwallcontrol.c(752:28): error: failed to generate expressionwallcontrol.c(752:28): error: invalid operand '&(stEE.stVars.eWallAMode)'wallcontrol.c(752:26): error: failed to generate expressionwallcontrol.c(753:31): error: failed to generate expression The errors go away if I get rid of the parentheses: &(lata) gives an error. &lata does not give an error &(stEE.stVars.eWallAMode) gives an error. &stEE.stVars.eWallAMode does not give an error. I cannot say if this is a bug with respect to ANSI C, but I suspect that it is.... Thanks, Chuck Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.