B4R Question First Time IDE Compile Failure

PhilipK

Member
Licensed User
Longtime User
Hi

I've been using the Arduino IDE (1.8.11) for some time now; programming testbed UNO without incident.

Decided to swap to B4R and installed as per guide instructions. However, on first compile, it fails, producing a stream of debug. Your help is much appreciated!

Here's a screen dump image:

 

PhilipK

Member
Licensed User
Longtime User
Trawling the internet, discovered the excessive debug is caused by Java and have found a remedy to cut away the straw by doing this:
'It seems the excessive debug logging is caused by running Java with -DDEBUG=true. Adding -DDEBUG=false to the C:\Program Files (x86)\Arduino\arduino_debug.l4j.ini fixes it for me. '
Now have a slightly clearer failure report from the log:

 
Upvote 0

PhilipK

Member
Licensed User
Longtime User
Hi Erel

I've removed and reinstalled the Arduino 1.8 IDE, erased appdata/local/arduino15, changed the debug stream=false in the arduino_debug.l4i.ini file, added #DefineExtra: Skip_B4RNEW and tried to run the Bluetooth LE code:



And get errors:

 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…