<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	    <channel>
        <title>Geverywhere - Group: Product Discussions</title>
        <link>https://www.geverywhere.com/forum/?group=1</link>
        <description><![CDATA[Developer of Arduino Compatible Compiler for LabVIEW]]></description>
        <generator>Simple:Press Version 6.11.4</generator>
        <atom:link href="https://www.geverywhere.com/forum/rss/?group=1" rel="self" type="application/rss+xml"/>
		                <item>
                    <title>geadmin on Error  compiling for Arduino Uno R4 Minima</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/error-compiling-for-arduino-uno-r4-minima/#p1404</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/error-compiling-for-arduino-uno-r4-minima/#p1404</guid>
					                        <description><![CDATA[<p>Looks like that is because there are some "error" text instances in the Log details and the Compiler triggers off any error text in the output even though it is "No Error" in this case.  Prior boards only printed error text when there was an error.  You could try disabling verbose outputs with the "show verbose output" option in the IDE Preferences if they are currently enabled.</p>
]]></description>
					                    <pubDate>Tue, 08 Jul 2025 21:48:11 +0000</pubDate>
                </item>
				                <item>
                    <title>nbesnerson on Error  compiling for Arduino Uno R4 Minima</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/error-compiling-for-arduino-uno-r4-minima/#p1403</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/error-compiling-for-arduino-uno-r4-minima/#p1403</guid>
					                        <description><![CDATA[<p>I did manage to get it working. I think there were some path issues from previous installations or something.</p>
<p>There seems to be a false positive error that occurs even though the process completes without a problem.</p>
<p>The standard Error dialog pops up with "The compiler encountered a problem..." even though there is no error condition present.</p>
<p> </p>
<p>Complete Error Log Details:</p>
<p style="padding-left: 40px">1.0.0.21, Arduino UNO R4 Minima<br />
Loading configuration...<br />
Initializing packages...<br />
Preparing boards...<br />
Verifying and uploading...<br />
dfu-util 0.11-arduino4</p>
<p style="padding-left: 40px">Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.<br />
Copyright 2010-2021 Tormod Volden and Stefan Schmidt<br />
This program is Free Software and has ABSOLUTELY NO WARRANTY<br />
Please report bugs to <a href="http://sourceforge.net/p/dfu-util/tickets/" rel="nofollow" target="_blank"><a href="http://sourceforge.net/p/dfu-u" rel="nofollow">http://sourceforge.net/p/dfu-u</a>.....l/tickets/</a></p>
<p style="padding-left: 40px">Opening DFU capable USB device...<br />
Device ID 2341:0069<br />
Run-Time device DFU version 0101<br />
Claiming USB DFU (Run-Time) Interface...<br />
Setting Alternate Interface zero...<br />
Determining device status...<br />
DFU state(0) = appIDLE, status(0) = No error condition is present<br />
Device really in Run-Time Mode, send DFU detach request...<br />
Device will detach and reattach...<br />
Opening DFU USB Device...<br />
Claiming USB DFU Interface...<br />
Setting Alternate Interface #0 ...<br />
Determining device status...<br />
DFU state(2) = dfuIDLE, status(0) = No error condition is present<br />
DFU mode device DFU version 0101<br />
Device returned transfer size 64<br />
Copying data from PC to DFU device</p>
<p style="padding-left: 40px">Download [ ] 0% 0 bytes<br />
Download [= ] 4% 1600 bytes<br />
Download [== ] 8% 3136 bytes<br />
Download [=== ] 12% 4672 bytes<br />
Download [==== ] 16% 6272 bytes<br />
Download [===== ] 20% 7808 bytes<br />
Download [====== ] 24% 9344 bytes<br />
Download [======= ] 28% 10944 bytes<br />
Download [======== ] 32% 12480 bytes<br />
Download [========= ] 36% 14016 bytes<br />
Download [========== ] 40% 15616 bytes<br />
Download [=========== ] 44% 17152 bytes<br />
Download [============ ] 48% 18688 bytes<br />
Download [============ ] 51% 19904 bytes<br />
Download [============= ] 52% 20288 bytes<br />
Download [============== ] 56% 21824 bytes<br />
Download [=============== ] 60% 23360 bytes<br />
Download [================ ] 64% 24896 bytes<br />
Download [================= ] 68% 26496 bytes<br />
Download [================== ] 72% 28032 bytes<br />
Download [=================== ] 76% 29568 bytes<br />
Download [==================== ] 80% 31168 bytes<br />
Download [===================== ] 84% 32704 bytes<br />
Download [====================== ] 88% 34240 bytes<br />
Download [======================= ] 92% 35840 bytes<br />
Download [======================== ] 96% 37376 bytes<br />
Download [=========================] 100% 38836 bytes<br />
Download done.<br />
DFU state(7) = dfuMANIFEST, status(0) = No error condition is present<br />
DFU state(2) = dfuIDLE, status(0) = No error condition is present<br />
Done!</p>
]]></description>
					                    <pubDate>Tue, 08 Jul 2025 03:27:34 +0000</pubDate>
                </item>
				                <item>
                    <title>geadmin on Error  compiling for Arduino Uno R4 Minima</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/error-compiling-for-arduino-uno-r4-minima/#p1402</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/error-compiling-for-arduino-uno-r4-minima/#p1402</guid>
					                        <description><![CDATA[<p>Looks like you are missing the Stream library.  Although the R4 boards are new and officially not supported, they still may work.  Take a look to see why you are missing the Stream library in your Arduino core installation.  It should be at [PROGRAM FILES]\Arduino\hardware\arduino\avr\cores\arduino.  If you don't see it, you might need to re-install your IDE.  </p>
]]></description>
					                    <pubDate>Mon, 07 Jul 2025 20:15:01 +0000</pubDate>
                </item>
				                <item>
                    <title>nbesnerson on Error  compiling for Arduino Uno R4 Minima</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/error-compiling-for-arduino-uno-r4-minima/#p1401</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/error-compiling-for-arduino-uno-r4-minima/#p1401</guid>
					                        <description><![CDATA[<p>Hi,</p>
<p>In trying to get an Arduino Uno R4 Minima working with "Digital Output - Blink LED.vi" I keep getting the following error (Using Arduino IDE 1.6.6) :</p>
<p> </p>
<p style="padding-left: 40px">1.0.0.21, Arduino UNO R4 Minima<br />
Loading configuration...<br />
Initializing packages...<br />
Warning: platform.txt from core 'Arduino AVR Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.<br />
Preparing boards...<br />
Verifying and uploading...<br />
Warning: platform.txt from core 'Arduino AVR Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.<br />
In file included from C:\Users<br />
ed\AppData\Local\Temp\58e9973bb6e2e908c6c199f5a9d39075.tmp\temp\temp.ino:1:0:</p>
<p style="padding-left: 40px">C:\Users<br />
ed\Documents\Arduino\libraries\LVArray/LVArray.h:22:10: fatal error: Stream.h: No such file or directory</p>
<p style="padding-left: 40px">#include "Stream.h"</p>
<p style="padding-left: 40px">^~~~~~~~~~</p>
<p style="padding-left: 40px">compilation terminated.</p>
<p style="padding-left: 40px">exit status 1<br />
Error compiling.</p>
<p>Any help would be appreciated, let me know if you need any other information.</p>
<p>NB</p>
]]></description>
					                    <pubDate>Fri, 04 Jul 2025 00:56:54 +0000</pubDate>
                </item>
				                <item>
                    <title>hoanglong on Getting STM32 Boards Listed in the ACCLV Boards selection.</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/getting-stm32-boards-listed-in-the-acclv-boards-selection/#p1400</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/getting-stm32-boards-listed-in-the-acclv-boards-selection/#p1400</guid>
					                        <description><![CDATA[<blockquote class="spPostEmbedQuote">
<p><strong>scadao said </strong><br />
Arduino IDE 1.6.9;   Windows 7</p>
<p>Board manager packages for the stm32duino code were created:</p>
<p><a href="http://dan.drown.org/stm32duino/package_STM32duino_index.json" target="_blank"><a href="http://dan.drown.org/stm32duin" rel="nofollow">http://dan.drown.org/stm32duin</a>.....index.json</a></p>
<p>If you want to use it, put that URL in File-&#062;Preferences-&#062;Additional Boards Manager URLs. And then under Tools-&#062;Board-&#062;Boards Manager, find the stm32f* entry you need and hit the install button on it.</p>
<p>  </p>
</blockquote>
<p>I cannot add this URL to the Arduino IDE. I hope you can help me.</p>
]]></description>
					                    <pubDate>Fri, 27 Dec 2024 03:38:26 +0000</pubDate>
                </item>
				                <item>
                    <title>hoanglong on Changes to LCD</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/changes-to-lcd/#p1399</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/changes-to-lcd/#p1399</guid>
					                        <description><![CDATA[<p><a class='spShowPopupImage' title='Click image to enlarge' data-src='https://www.geverywhere.com/wp-content/sp-resources/forum-image-uploads/hoanglong/2024/12/2222.png' data-width='126' data-height='74' data-constrain='1'><img src="https://www.geverywhere.com/wp-content/sp-resources/forum-image-uploads/hoanglong/2024/12/_thumbs/_2222.png" class="sfimageleft spUserImage" title="2222.png" alt="2222.png" /><img src="https://www.geverywhere.com/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
]]></description>
					                    <pubDate>Fri, 27 Dec 2024 02:15:30 +0000</pubDate>
                </item>
				                <item>
                    <title>hoanglong on Changes to LCD</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/changes-to-lcd/#p1398</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/changes-to-lcd/#p1398</guid>
					                        <description><![CDATA[<p>I have this error when uploading code to Arduino. I hope you can help me.</p>
]]></description>
					                    <pubDate>Fri, 27 Dec 2024 02:09:51 +0000</pubDate>
                </item>
				                <item>
                    <title>Ron1312 on Seeeduino XIAO program runs on Win 10 won't load on Win 11</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/seeeduino-xiao-program-runs-on-win-10-wont-load-on-win-11/#p1397</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/seeeduino-xiao-program-runs-on-win-10-wont-load-on-win-11/#p1397</guid>
					                        <description><![CDATA[<p>Seeeduino XIAO test program compiles/runs on Win 10 PC but fails on Win 11<br />
Note: the basic 'blink pin 13' program loads and runs on both machines</p>
<p>Both machines running LabVIEW Community 2020 and Arduino 1.8.19<br />
The Win 10 Device Manager Shows the device as Seeeduino XIAO<br />
The Win 11 Device Manager Shows the device as USB Serial Device</p>
<p>I've re-installed the Arduino IDE and the board manager<br />
I've also tried un/reinstalling the device driver but it wouldn't update</p>
<p>So... What else should I try? I'm at a loss.</p>
<p>[Side Note: This is a different Win 10 machine than the one with the broken compiler in my previous post]</p>
<p>[ Seems I'm not having a good day.  🙁  ]</p>
<p>(Error output files and screen shots attached)</p>
]]></description>
					                    <pubDate>Mon, 30 Sep 2024 21:50:08 +0000</pubDate>
                </item>
				                <item>
                    <title>Ron1312 on Compiler won't run (shows broken arrow)</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/compiler-wont-run-shows-broken-arrow/#p1396</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/compiler-wont-run-shows-broken-arrow/#p1396</guid>
					                        <description><![CDATA[<p>I upgraded my old PC from Win7 to Win 10 and now my compiler won't run!</p>
<p>I uninstalled and re-installed the compiler .. full reboot etc .. but that didn't fix it.</p>
<p>Addendum:</p>
<p>Running LabVIEW Community 2020 and arduino IDE 1.8.19</p>
<p>Screen shot:</p>
<p><a class='spShowPopupImage' title='Click image to enlarge' data-src='https://www.geverywhere.com/wp-content/sp-resources/forum-image-uploads/ron1312/2024/09/Broken-Compiler.jpg' data-width='576' data-height='517' data-constrain='1'><img src="https://www.geverywhere.com/wp-content/sp-resources/forum-image-uploads/ron1312/2024/09/_thumbs/_Broken-Compiler.jpg" class="sfimageleft spUserImage" title="Broken-Compiler.jpg" alt="Broken-Compiler.jpg" /><img src="https://www.geverywhere.com/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
]]></description>
					                    <pubDate>Mon, 30 Sep 2024 16:16:04 +0000</pubDate>
                </item>
				                <item>
                    <title>cesmarvas on MQTT communication</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/mqtt-communication/#p1395</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/mqtt-communication/#p1395</guid>
					                        <description><![CDATA[<p>Good day<br />
Help me please. I need a library that allows me to communicate with the MQTT protocol.<br />
thank you</p>
]]></description>
					                    <pubDate>Sat, 11 May 2024 02:49:45 +0000</pubDate>
                </item>
				                <item>
                    <title>cesmarvas on Additional Libraries</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/additional-libraries/#p1394</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/additional-libraries/#p1394</guid>
					                        <description><![CDATA[<p>Hello Lubomir</p>
<p>You can make a library for MQTT Communication.</p>
<p>thank you so much</p>
]]></description>
					                    <pubDate>Sat, 11 May 2024 02:45:58 +0000</pubDate>
                </item>
				                <item>
                    <title>geadmin on Arduino install not found error when using Arduino IDE version 2.0+</title>
                    <link>https://www.geverywhere.com/forum/faq/arduino-install-not-found-error-when-using-arduino-ide-version-2-0/#p1393</link>
                    <category>FAQ (Frequently Asked Questions)</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/faq/arduino-install-not-found-error-when-using-arduino-ide-version-2-0/#p1393</guid>
					                        <description><![CDATA[<p>Currently, version Arduino IDE Version 2.0+ is not supported with the Compiler and does not have the required integration features to integrate to the IDE.  Please down-rev to a compatible version, such as 1.8.x.</p>
]]></description>
					                    <pubDate>Mon, 26 Feb 2024 21:00:54 +0000</pubDate>
                </item>
				                <item>
                    <title>tronron on Migrating AACCL / Arduino IDE from an older computer (Win 7) to a new one (Win 10)</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/migrating-aaccl-arduino-ide-from-an-older-computer-win-7-to-a-new-one-win-10/#p1392</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/migrating-aaccl-arduino-ide-from-an-older-computer-win-7-to-a-new-one-win-10/#p1392</guid>
					                        <description><![CDATA[<p>Thank you so much Steffan. You were right! Problem solved....  </p>
]]></description>
					                    <pubDate>Wed, 17 May 2023 18:24:49 +0000</pubDate>
                </item>
				                <item>
                    <title>tronron on Migrating AACCL / Arduino IDE from an older computer (Win 7) to a new one (Win 10)</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/migrating-aaccl-arduino-ide-from-an-older-computer-win-7-to-a-new-one-win-10/#p1391</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/migrating-aaccl-arduino-ide-from-an-older-computer-win-7-to-a-new-one-win-10/#p1391</guid>
					                        <description><![CDATA[<p>Thank you. I'll try correcting that and will let you know</p>
]]></description>
					                    <pubDate>Wed, 17 May 2023 18:12:49 +0000</pubDate>
                </item>
				                <item>
                    <title>Steffan on Migrating AACCL / Arduino IDE from an older computer (Win 7) to a new one (Win 10)</title>
                    <link>https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/migrating-aaccl-arduino-ide-from-an-older-computer-win-7-to-a-new-one-win-10/#p1390</link>
                    <category>Arduino Compatible Compiler for LabVIEW Discussions</category>
                    <guid isPermaLink="true">https://www.geverywhere.com/forum/arduino-compatible-compiler-for-labview/migrating-aaccl-arduino-ide-from-an-older-computer-win-7-to-a-new-one-win-10/#p1390</guid>
					                        <description><![CDATA[<p>I think I see your issue.  Your .lvlib is called HDQ4.lvlib.  It should be HDQ.lvlib.  This is described in the user manual (see attached).<a class='spShowPopupImage' title='Click image to enlarge' data-src='https://www.geverywhere.com/wp-content/sp-resources/forum-image-uploads/steffan/2023/05/AddOns.png' data-width='2261' data-height='272' data-constrain='1'><img src="https://www.geverywhere.com/wp-content/sp-resources/forum-image-uploads/steffan/2023/05/_thumbs/_AddOns.png" class="sfimageleft spUserImage" title="AddOns.png" alt="AddOns.png" /><img src="https://www.geverywhere.com/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
]]></description>
					                    <pubDate>Wed, 17 May 2023 16:52:04 +0000</pubDate>
                </item>
				    </channel>
	</rss>
