Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » make error 1 without any description(Make error)
make error 1 without any description [message #1766180] Fri, 16 June 2017 18:59 Go to next message
Eclipse UserFriend
Hey,

I am trying to get working a STM32 ILI9341 spi library from this GitHub:

https://github.com/fagcinsk/stm-ILI9341-spi

But is showing an make error wihout any description...

Description Resource Path Location Type
make: *** [LCD.elf] Error 1 LCD C/C++ Problem

Follow bellow the main.c and the library. I am using Open STM32 TOOL from AC6 tools basead on Eclipse Neon.3 Release (4.6.3)
Build id: 20170314-1500.




Re: make error 1 without any description [message #1766289 is a reply to message #1766180] Mon, 19 June 2017 21:55 Go to previous message
Eclipse UserFriend
make error 1 just means the build failed.
A build step ( likely the link in your case ) returned an error code
the content of the brackets is the make target name.
The reason should be in the lines preceding the make error in the build console (or build log).
https://stackoverflow.com/questions/4034392/makefile-error1
NOTE: the stackoverflow link is talking about an executable build ./tmp followed by its execution but any error return by a recipe will cause the make error.

What is in the build console output when you get the error?

Previous Topic:gmake support for CDT
Next Topic:Organize includes incorrect function forward declaration
Goto Forum:
  


Current Time: Sat Mar 15 23:57:04 EDT 2025

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

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

Back to the top