'command 'make -jN' is not working after 'make clean'

So, whenever i compile my project using make command at my SDK, i have question.

i know how -j option works but i still have no idea there is a compile error after make clean, then make -j10

Solution for this is, after make clean, i should compile with make -j1. After compile is completed with -j1, make with -j100, -j200 works fine.

Any ideas?

Make -j works but -jN is not working this is not the answer that i am looking for



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source