Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » make: *** [demo/ws2811_controller.o] Error -1073741502(error when loading / compiling AVR project)
make: *** [demo/ws2811_controller.o] Error -1073741502 [message #1774936] Sat, 21 October 2017 19:24 Go to next message
Stephen Kramer is currently offline Stephen KramerFriend
Messages: 3
Registered: October 2017
Junior Member
Hello,

I am trying to compile an Eclipse AVR project for the first time, also first time installing Eclipse. I currently have this error:

"make: *** [demo/ws2811_controller.o] Error -1073741502"

and the build option is unavailable. Can you help me with this please?

Re: make: *** [demo/ws2811_controller.o] Error -1073741502 [message #1775125 is a reply to message #1774936] Wed, 25 October 2017 03:46 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
The error is a Windows error: 0xC0000142
It means: DLL initialization failed (A DllMain returned FALSE).
https://blogs.msdn.microsoft.com/joshpoley/2011/06/13/common-process-termination-values/

Fixing it is beyond the scope of this forum.
Suggest searching for: "MSDN error C0000142"
Here is one link: https://blogs.msdn.microsoft.com/winsdk/2015/06/03/what-is-up-with-the-application-failed-to-initialize-properly-0xc0000142-error/
Re: make: *** [demo/ws2811_controller.o] Error -1073741502 [message #1775126 is a reply to message #1775125] Wed, 25 October 2017 03:55 Go to previous message
Stephen Kramer is currently offline Stephen KramerFriend
Messages: 3
Registered: October 2017
Junior Member
Thank you this was resolved in a series of further troubleshooting steps, however I am uncertain which was the solution.
Previous Topic:external library update always requires re-indexing
Next Topic:Missing release notes
Goto Forum:
  


Current Time: Sat Apr 20 01:12:19 GMT 2024

Powered by FUDForum. Page generated in 0.03038 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top