Monday, March 5, 2018

Common error in makefile

If you're getting an error saying : 

"*** missing separator.  Stop."

then you should check the rules should be started by a tab instead of spaces. Sometimes people configured their editor like Vim to use 4 spaces instead of tabs. So if you are using Vim then you need to check your Vim configuration also.

No comments:

Post a Comment

Base and Bounds, Segmentation

Base & bounds relocation: Two hardware registers: base address for process, bounds register that indicates the last valid address t...