Skip to content

在编译bootimgtools时候缺少很多依赖 #1

@thouger

Description

@thouger

cd imgtools mkdir build; cd build cmake .. make
在最后make的时候出现很多出错,我尝试修改了一下,比如
android error: ‘strlen’ was not declared in this scope
我将#include <string>改成#include <cstring>
error: ‘sDIR’ does not name a type; did you mean ‘DIR’?,我改成#include <dirent.h>,但是问题太多了,要改很多东西
make.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions