Menu

#10 makefile tab ARM errors

v1.0 (example)
closed
nobody
None
5
2016-02-05
2016-02-04
A B
No

Hello,

the current makefile contains the following errors:

makefile:90: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.

The following patch fixes it (assuming the copy and paste survives intact):

diff makefile*

90c90
< cc -o nmon_arm_raspian $(FILE) $(CFLAGS) $(LDFLAGS) -D ARM -D KERNEL_2_6_18


    cc -o nmon_arm_raspian $(FILE) $(CFLAGS) $(LDFLAGS) -D ARM  -D KERNEL_2_6_18

93c93
< cc -o nmon_arm_ubuntu1510 $(FILE) $(CFLAGS) $(LDFLAGS) -D ARM -D KERNEL_2_6_18


    cc -o nmon_arm_ubuntu1510 $(FILE) $(CFLAGS) $(LDFLAGS) -D ARM  -D KERNEL_2_6_18

Kind Regards,
Alex

Discussion

  • Nigel Griffiths

    Nigel Griffiths - 2016-02-05

    HI,
    Thanks for reporting this - I just uploaded the fixed version.
    cheers, Nigel

     
  • Nigel Griffiths

    Nigel Griffiths - 2016-02-05
    • status: open --> closed
     

Log in to post a comment.