Errors resolver

Errors resolver

Constantine Shulyupin const at makelinux.co.il
Wed Aug 31 01:09:51 IDT 2016


Hi

I develop application, which analyzes and helps to solve various
compilation and system errors.

For example:

echo "warning: implicit declaration of function ‘pthread_create’" |
./errors_resolver.py

Output with solution:

CPPFLAGS+=' -include pthread.h';

Tn this example errors_resolver.py searches tags and provides missing
header file.

You are welcome to review it and give feedback:
https://github.com/makelinux/errors_resolver

Thanks

-- 
Constantine Shulyupin
http://www.MakeLinux.co.il/
Embedded Linux Systems
Tel Aviv



More information about the Linux-il mailing list