B4R Question I can't compile

grifone53

New Member
Hello everyone, I'm new to the forum, I have this kind of problem, any program I try to compile,
I get an error related to this:

C:\tmp\ARDUIN~1\Led\Objects\src\b4r_main.cpp: In static member function 'static void b4r_main::_process_globals()':
b4r_main.cpp:35:12: error: unused variable 'cp' [-Werror=unused-variable]
const UInt cp = B4R::StackMemory::cp;
^~
cc1plus.exe: some warnings being treated as errors
exit status 1

I installed B4R, I installed Arduino 1.8.9, perfectly functional, (I hope this is not the problem ).
Does anyone have any idea what I can check/change?
Thank you
(it's a translation)
 
Top