Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Auto generated makefile fails @ line 6(The auto generated makefile fails at line 6 with 'Command syntax error' all lines following fail after line 11 with the same error. )
Auto generated makefile fails @ line 6 [message #1860611] Mon, 21 August 2023 19:30 Go to next message
Clifton Liles is currently offline Clifton LilesFriend
Messages: 18
Registered: October 2011
Location: Texas
Junior Member
The auto generated makefile fails at line 6 with 'Command syntax error' most lines following fail after line 11 with the same error. The first few lines of errors follow:
make all
MAKE Version 5.43 Copyright (c) 1987, 2019 Embarcadero Technologies, Inc.
Error makefile 6: Command syntax error
Error makefile 11: Command syntax error
Error makefile 12: Command syntax error
Error makefile 13: Command syntax error
Error makefile 15: Command syntax error
ooo
Error makefile 36: Command syntax error
Error makefile 72: Command syntax error
*** 26 errors during make ***
"make all" terminated with exit code 1. Build might be incomplete.

The first few lines of the makefile are:
##########################################################
# Automatically-generated file. Do not edit!
##########################################################

-include ../makefile.init
<(line 6) blank
RM := del

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include objects.mk
-------------------------------- ooo
Any idea what is causing this?
Note there is no ../makefile.init that I can see. see make1.
I make a fake ../makefile.init , same error.

More information will be added if requested.
Cliff

  • Attachment: make1.png
    (Size: 22.37KB, Downloaded 26 times)


Failure is not an option. It comes bundled with your Microsoft products.

[Updated on: Thu, 24 August 2023 22:41]

Report message to a moderator

Re: Auto generated makefile fails @ line 6 [message #1860702 is a reply to message #1860611] Sun, 27 August 2023 16:25 Go to previous message
Clifton Liles is currently offline Clifton LilesFriend
Messages: 18
Registered: October 2011
Location: Texas
Junior Member
After trying random changes to the C/C++ Build page. I found changing the build type ( make2) from External to Internal( make3), I get a workable make file.
( C/C++ Build : Project Properties -> C/C++ Build )
  • Attachment: make3.png
    (Size: 5.85KB, Downloaded 24 times)
  • Attachment: make2.png
    (Size: 14.25KB, Downloaded 23 times)


Failure is not an option. It comes bundled with your Microsoft products.

[Updated on: Sun, 27 August 2023 16:35]

Report message to a moderator

Previous Topic:Color Theme
Next Topic:Installation fails with error
Goto Forum:
  


Current Time: Sat Nov 11 06:24:07 GMT 2023

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

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

Back to the top