Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Obscure error while attempting to build first "Hello World" program
Obscure error while attempting to build first "Hello World" program [message #1840291] Sun, 11 April 2021 18:46 Go to next message
Peter Mason is currently offline Peter MasonFriend
Messages: 2
Registered: January 2021
Junior Member
index.php/fa/40319/0/After a new install on Windows 10 of Eclipse Version: 2020-09 (4.17.0), Build id: 20200921-1644, I get the following when attempting to build the "Hello World" that was included with Eclipse ( hopefully the screen saves show up here ). I am not having any luck with tracking down the 0xc0000142 or Error -1073741502. The version of arm-none-eabi-gcc on my laptop works with several other IDEs. I re-installed both it and Eclipse but still have the same result. Can anyone advise me ?
index.php/fa/40319/0/

index.php/fa/40320/0/
Re: Obscure error while attempting to build first "Hello World" program [message #1840293 is a reply to message #1840291] Sun, 11 April 2021 22:17 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
-1073741502 is the decimal equivalent of hex 0xC0000142
It is a Windows error.
It has a number of causes such as:

  • improper system configuration
  • file permissions
  • running under the wrong user.
  • etc.

You may get an answer here but you will likely have better success at sites answering Windows questions.
Do a web search for variants of Windows C0000142 how to fix

In the future, please make your images not as wide.
Re: Obscure error while attempting to build first "Hello World" program [message #1840296 is a reply to message #1840293] Sun, 11 April 2021 22:39 Go to previous message
Peter Mason is currently offline Peter MasonFriend
Messages: 2
Registered: January 2021
Junior Member
Thank you for your reply. I will try to do a better job in future with images.
Previous Topic:Code fails at runtime - can't find omp_lib
Next Topic:Arduino custom BOARDS.TXT can't use
Goto Forum:
  


Current Time: Thu Apr 18 19:47:19 GMT 2024

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

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

Back to the top