Forum Replies Created
-
AuthorPosts
-
David LParticipant
“most Arduino users expect the development tools to be free and hence would not be interested in buying a VisualGDB license”
Not sure that is entirely the case. I for one find the Arduino tools very limiting, so would be happy to pay a moderate fee for additional capability. I think this would be an excellent and really beneficial addition.
September 12, 2017 at 10:27 in reply to: New User – Blank project (LEDBlink.cpp) won't compile: dma.cpp compiler errors #12357David LParticipantDevice: MSP432P401R
All settings left as default
Screenshot (I’ve tried uploading .jpg screenshots in my previous posts and they’ve failed to show up on the forum). Another attempt:
[caption id="" align="alignnone" width="1449"] Build errors[/caption]
Errors in table form, note they refer to dma.cpp:
<table width=”1647″>
<tbody>
<tr>
<td>Severity</td>
<td>Code</td>
<td>Line</td>
<td>Description</td>
<td>File</td>
<td>Project</td>
<td>Suppression State</td>
</tr>
<tr>
<td>Error</td>
<td> </td>
<td>328</td>
<td>’null’ undeclared (first use in this function)</td>
<td>C:\Users\Developer\AppData\Local\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.ti.msp432\SDK\driverlib\dma.c</td>
<td>EmbeddedProject5</td>
<td> </td>
</tr>
<tr>
<td>Error</td>
<td> </td>
<td>364</td>
<td>invalid operands to binary != (have ‘union <anonymous>’ and ‘int’)</td>
<td>C:\Users\Developer\AppData\Local\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.ti.msp432\SDK\driverlib\dma.c</td>
<td>EmbeddedProject5</td>
<td> </td>
</tr>
<tr>
<td>Error</td>
<td> </td>
<td>484</td>
<td>invalid operands to binary != (have ‘union <anonymous>’ and ‘int’)</td>
<td>C:\Users\Developer\AppData\Local\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.ti.msp432\SDK\driverlib\dma.c</td>
<td>EmbeddedProject5</td>
<td> </td>
</tr>
<tr>
<td>Error</td>
<td> </td>
<td>552</td>
<td>invalid operands to binary != (have ‘union <anonymous>’ and ‘int’)</td>
<td>C:\Users\Developer\AppData\Local\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.ti.msp432\SDK\driverlib\dma.c</td>
<td>EmbeddedProject5</td>
<td> </td>
</tr>
<tr>
<td>Error</td>
<td> </td>
<td>604</td>
<td>invalid operands to binary != (have ‘union <anonymous>’ and ‘int’)</td>
<td>C:\Users\Developer\AppData\Local\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.ti.msp432\SDK\driverlib\dma.c</td>
<td>EmbeddedProject5</td>
<td> </td>
</tr>
<tr>
<td>Error</td>
<td> </td>
<td>1</td>
<td>Command-line action failed</td>
<td>C:\Users\Developer\Documents\VS2015\Projects\VisualGDB\EmbeddedProject5\EmbeddedProject5\VisualGDB</td>
<td>EmbeddedProject5</td>
<td> </td>
</tr>
<tr>
<td>Error</td>
<td>MSB3073</td>
<td>41</td>
<td>The command “”C:\Program Files (x86)\Sysprogs\VisualGDB\VisualGDB.exe” /build “C:\Users\Developer\Documents\VS2015\Projects\VisualGDB\EmbeddedProject5\EmbeddedProject5\EmbeddedProject5.vcxproj” “/solution:C:\Users\Developer\Documents\VS2015\Projects\VisualGDB\EmbeddedProject5\EmbeddedProject5.sln” “/config:Debug” “/platform:Win32″” exited with code 1.</td>
<td>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets</td>
<td>EmbeddedProject5</td>
<td> </td>
</tr>
</tbody>
</table>
Thanks for your help with this, let me know if you need to know anything else?
David
Attachments:
You must be logged in to view attached files.September 11, 2017 at 14:02 in reply to: New User – Blank project (LEDBlink.cpp) won't compile: dma.cpp compiler errors #12347David LParticipant[caption id="" align="alignnone" width="1600"] Build errors[/caption]
-
AuthorPosts