B4R Question Cannot compile and upload any project

I can no longer compile projects with B4R.
Information about the problem:
When I installed the program a few days ago it worked (I don't know what changed).
Adurino IDE still works.
I reinstalled both programs (didn't fix the bug)
Error message:
 
i have added the line in the #Region Project Attributes
Unfortunately the error has not changed.
Attached the new Error Message (seems similar to the old)
1577875322855.png
 

Attachments

  • B4R_Error.txt
    50.9 KB · Views: 240
Upvote 0
sorry i dont realy undestand what you mean
first problem: The path to the file is: "C:\Users\floh2\Documents\B4R\Objects\src\src.ino" (the "src - Kopie" came because i copyed it before sending)
second problem: i opend the src.ino file with the Arduino IDE and tryed to compile it
This is the error message:

Arduino: 1.8.10 (Windows 10), Board: "Arduino Uno"
new.cpp.o (symbol from plugin): In function `operator new(unsigned int)':
(.text+0x0): multiple definition of `operator new(unsigned int, void*)'
sketch\B4RCore.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Fehler beim Kompilieren für das Board Arduino Uno.


maybe I could completely reinstall both programs. It worked when I first installed the program, so I must have broken up some library in the meantime. Before I posted this problem on the forum I tried to uninstall and reinstall both programs using the uninstall Windows programs function. Probably some libraries were not deleted which now block the program.
How can I find and delete (replace) these libraries?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
first problem: The path to the file is: "C:\Users\floh2\Documents\B4R\Objects\src\src.ino" (the "src - Kopie" came because i copyed it before sending)
second problem: i opend the src.ino file with the Arduino IDE and tryed to compile it
I'm doing the exact same thing and it compiles fine.

Try to reinstall Arduino IDE.
 
Upvote 0
Top