Skip to Content

Reply to comment

Error compiling busybox

My version of make ran into errors.

Makefile:431: *** mixed implicit and normal rules. Stop.

I found this fix on LunuxQuestions:

"
Seems newer versions of make don't like lines like:
Code:

config %config: scripts_basic outputmakefile FORCE

just changed them to:
Code:

%config: scripts_basic outputmakefile FORCE
"

It occurs once more in the busybox makefile. After changing it worked fine.

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.