I tried to follow this link to use Biblatex [A complete Biblatex example - from start to end However, when i tried to build it as pdflatex biblatex, pdflatex*2, i didnt get anything with errors shown as Process started
This is BibTeX, Version 0.99d (TeX Live 2015/Debian) The top-level auxiliary file: biblograph.aux I found no \citation commands---while reading file biblograph.aux I found no \bibdata command---while reading file biblograph.aux I found no \bibstyle command---while reading file biblograph.aux (There were 3 error messages)
Process exited with error(s)
After some research online without any success, anyone has any suggestion?

biblatexyou want to be running eitherpdflatex biber pdflatex pdflatexor if you passbackend=bibertobiblatexthen you need to runpdflatex bibtex pdflatex pdflatex. Can you provide a minimal working example with bibliography (MWEB) which should be but isn't compiling successfully at your end. – Dai Bowen Nov 15 '16 at 00:21biberor alternatively use\usepackage[backend=biber]{biblatex}. If not you'll have to provide a minimal working example to show us what it is you are trying to compile. – Dai Bowen Nov 15 '16 at 00:35