Author Topic: Build process terminated  (Read 3038 times)

javafiend

  • Guest
Build process terminated
« on: June 07, 2008, 09:31:59 pm »
I'm new to using Code::Blocks and pretty new to C in general so you can imagine my frustration at having my build process terminated by something I don't know where to begin troubleshooting.  This is the message I get in the Build Log when I try to build my project:

Code
-------------- Build: Debug in Photovore_v1 ---------------

Compiling: Photovore_v1.c
Linking console executable: bin/Debug/Photovore_v1.elf
/usr/lib/libm.so: file not recognized: File format not recognized
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
 
.

Just to clarify, this is a project for an AVR microcontroller, and I felt this was more of a general type question than an embedded question.  I'm not sure what a .elf file is and I have also been getting messages relating to the build targets, Debug and Release.

If anyone can shed some light on these things I would greatly appreciate it and if more information is necessary I will try to provide it.

Thanks!