Why isn’t “background-image: url”working with Bootstrap carousel on WP?

What if you use:

<div class="fill" style="background-image: url(<?php 
    echo get_stylesheet_directory_uri();?>/img/image01.png);"></div>

You need to tell WordPress in “a WordPress-way” where to find the image…
Look in codex at get_stylesheet_directory_uri().