Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 22:59 Go to next message
Diego Mira is currently offline Diego MiraFriend
Messages: 1
Registered: June 2017
Junior Member
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] Tue, 20 June 2017 01:55 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
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: Thu Apr 25 08:47:07 GMT 2024

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

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

Back to the top