[U-Boot] UBIFS status in the mainline

Stefan Agner stefan at agner.ch
Sun Jul 3 20:53:01 CEST 2016


On 2016-07-02 19:27, Max Filippov wrote:
> Hello,
> 
> I'm getting the following build errors when I'm trying to build U-Boot
> for a board with UBIFS in its config from the current U-Boot mainline:
> 
> fs/built-in.o: In function `do_fs_type':
> (.text+0x6a0): undefined reference to `dbg_chk_lpt_free_spc'
> fs/built-in.o: In function `do_fs_type':
> (.text+0x6a4): undefined reference to `dbg_check_ltab'
> fs/built-in.o: In function `do_fs_type':
> (.text+0x6a8): undefined reference to `dbg_chk_lpt_sz'
> fs/built-in.o: In function `do_fs_type':
> (.text+0x6ac): undefined reference to `ubifs_dump_lpt_lebs'
> fs/built-in.o: In function `do_fs_type':
> (.text+0x71c): undefined reference to `ubifs_commit_required'
> fs/built-in.o: In function `do_fs_type':
> (.text+0x720): undefined reference to `ubifs_request_bg_commit'
> fs/built-in.o: In function `do_fs_type':
> (.text+0x724): undefined reference to `ubifs_write_node'
> fs/built-in.o: In function `do_fs_type':
> (.text+0x728): undefined reference to `ubifs_write_master'
> 
> Do I do something wrong or is it broken?

What board configuration do you use? I just compiled successfully
v2016.07-rc3 for a i.MX 7 board with UBI...

--
Stefan


More information about the U-Boot mailing list