Skip to content

Fit image introduction breaks building for windows #181

Open
@sgufa

Description

@sgufa

Hi,
I'm able to compile and run sunxi-fel on 32bit windows including commit #5541673db88f7a0182738e514665eb908738387a
After that, with the fit image support merge i cant compile anymore. Compiler has issues with fit_image.c and some libfdt references:

fit_image.c: undefined reference to
fdt_getprop
fdt_get_property
fdt_path_offset
fdt_subnode_offset
fdt_get_property
fdt_path_offset
fdt_first_subnode
fdt_get_property
fdt_next_subnode
fdt_get_property
fdt_first_subnode
fdt_subnode_offset
fdt_get_property

Any advice on how to solve this? I'm compiling with mingw-w32 under linux and with msys2 also under windows. same results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions