B4R Question Problem with compiling - FIXED

JMB

Active Member
Licensed User
Longtime User
When I compile an ESP8266 project, I end up getting this:

Loading configuration...
Initialising packages...
DEBUG StatusLogger Using ShutdownCallbackRegistry class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
DEBUG StatusLogger Not in a ServletContext environment, thus not loading WebLookup plugin.
DEBUG StatusLogger AsyncLogger.ThreadNameStrategy=UNCACHED (user specified null, default is UNCACHED)
TRACE StatusLogger Using default SystemClock for timestamps.
DEBUG StatusLogger org.apache.logging.log4j.core.util.SystemClock does not support precise timestamps.
DEBUG StatusLogger Not in a ServletContext environment, thus not loading WebLookup plugin.

And a whole load more.

I am running Arduino 1.8.13, B4R 3.5, and I have updated the ESP boards package to 2.7.4

What am I missing?

Thanks for any help.

JMB
 

JMB

Active Member
Licensed User
Longtime User
Thank you, Erel.

I have done that, and this is what I get...

Preparing boards...
2021-01-12T11:57:13.582Z INFO c.a.u.n.HttpConnectionManager:153 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Connect to https://builder.arduino.cc/builder/v1/boards/0x10C4/0xEA60, method=GET, request id=650428EB5AAD4DDA
Verifying...
2021-01-12T11:57:14.277Z INFO c.a.u.n.HttpConnectionManager:157 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Request complete URL="https://builder.arduino.cc/builder/v1/boards/0x10C4/0xEA60", method=GET, response code=404, request id=650428EB5AAD4DDA, headers={null=[HTTP/1.1 404 Not Found], Cache-Control=[no-cache, no-store, must-revalidate], Server=[nginx], Connection=[keep-alive], Vary=[Origin], Pragma=[no-cache], Expires=[0], Content-Length=[0], Date=[Tue, 12 Jan 2021 11:57:14 GMT]}
2021-01-12T11:57:14.277Z WARN p.a.h.BoardCloudResolver:64 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Fail to get the Vid Pid information from the builder response code=404
C:\Users\webpu\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\2.5.0-4-b40a506/bin/xtensa-lx106-elf-ar: unable to rename 'C:\Users\webpu\Dropbox\B4X\Code\EXAMPL~4\B4R-AN~1\B4RANE~1\Objects\bin\core\core.a'; reason: File exists
exit status 1
 
Upvote 0

JMB

Active Member
Licensed User
Longtime User
Strange.

It always worked before, although it has been some time since I worked with this.

But yes, moving it to a local drive has fixed the problem.

Thank you very much for your help.

JMB
 
Upvote 0
Top