B4R Question Error compiling Project

Helmut S

Member
Licensed User
Longtime User
Hello community,

I installed B4R 4.00 on my Win11 laptop with Arduino IDE 2.2.1 and Arduino CLI 0.3.4.1. When I try to compile a previously well compiling project on the laptop, I get the following error:

cli: compile -b arduino:avr:mega C:\Projekte\Arduino\B4R\RFID_E~1\Objects\src\src.ino -v --board-options cpu=atmega2560
FQBN: arduino:avr:mega
Using board 'mega' from platform in folder: C:\Users\hstra\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Using core 'arduino' from platform in folder: C:\Users\hstra\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Verwendete Bibliotheken erkennen ...
Error during build: Muster recipe.preproc.macros fehlt
[92mUsed platform[0m [92mVersion[0m [90mPfad[0m
[93marduino:avr[0m 1.8.6 [90mC:\Users\hstra\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6[0m


Any idea what could be the reason?

Thanks in advance,

Helmut
 
Top