summaryrefslogtreecommitdiffstats
path: root/tools/ublimage.c
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2014-10-24 23:39:11 +0200
committerAnatolij Gustschin <agust@denx.de>2014-10-31 00:26:12 +0100
commite5f1a586a7767e9fdf6f81bd99a89f277ced4c70 (patch)
tree6a84765b8a033807c93065728959f19210e02ec8 /tools/ublimage.c
parent571bdf16a78e9e116a93d46f4809c4f8a3f2adb6 (diff)
downloadblackbird-obmc-uboot-e5f1a586a7767e9fdf6f81bd99a89f277ced4c70.tar.gz
blackbird-obmc-uboot-e5f1a586a7767e9fdf6f81bd99a89f277ced4c70.zip
tools/kwbimage.c: fix build on darwin
kwbimage uses get_current_dir_name(3) which is a gnu extension and not available on darwin host. Fix this by converting to portable getcwd(3) function. This patch fixes the following error: ---8<--- HOSTCC tools/kwbimage.o tools/kwbimage.c:399:16: warning: implicit declaration of function 'get_current_dir_name' is invalid in C99 [-Wimplicit-function-declaration] char *cwd = get_current_dir_name(); ^ tools/kwbimage.c:399:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] char *cwd = get_current_dir_name(); ^ ~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. ... Undefined symbols for architecture x86_64: "_get_current_dir_name", referenced from: _image_headersz_v1 in kwbimage.o ld: symbol(s) not found for architecture x86_64 --->8--- Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de> [agust: fixed getcwd() return warning] Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'tools/ublimage.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud