Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Unable to compile my code (Error -1073741502)(Error -1073741502 while trying to compile)
Unable to compile my code (Error -1073741502) [message #1709306] Fri, 25 September 2015 21:12
Antoine Viscardi is currently offline Antoine ViscardiFriend
Messages: 2
Registered: September 2015
Junior Member
Hi,

I just installed eclipse for a project. Every time I try to compile my program this is what I get in the console :

22:12:57 **** Incremental Build of configuration Release for project Robot_test ****
make all
Building file: ../src/code.c
Invoking: AVR Compiler
avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega328p -DF_CPU=2000000UL -MMD -MP -MF"src/code.d" -MT"src/code.d" -c -o "src/code.o" "../src/code.c"
make: *** [src/code.o] Error -1073741502

22:13:01 Build Finished (took 4s.715ms)

Anyone can help with that error code?

Thanks a lot!
Previous Topic:Unable to compile my program
Next Topic:Setting default command for Build?
Goto Forum:
  


Current Time: Fri Apr 19 04:14:31 GMT 2024

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

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

Back to the top