Hi,

This is a recent breakage. While i see what you were aiming at it is a
gross hack and just doesn't work.

$ make -f scripts/Makefile.IMA
[snip]
shell/ash_ptr_hack.c: At top level:
shell/ash_ptr_hack.c:14: error: conflicting type qualifiers for
'ash_ptr_to_globals_misc'
shell/ash.c:205: error: previous declaration of
'ash_ptr_to_globals_misc' was here
shell/ash_ptr_hack.c:15: error: conflicting type qualifiers for
'ash_ptr_to_globals_memstack'
shell/ash.c:1153: error: previous declaration of
'ash_ptr_to_globals_memstack' was here
shell/ash_ptr_hack.c:16: error: conflicting type qualifiers for
'ash_ptr_to_globals_var'
shell/ash.c:1784: error: previous declaration of
'ash_ptr_to_globals_var' was here
libbb/appletlib.c: In function 'unpack_usage_messages':
libbb/appletlib.c:77: warning: pointer targets in passing argument 3 of
'start_bunzip' differ in signedness
libbb/ptr_to_globals.c: At top level:
libbb/ptr_to_globals.c:11: error: conflicting type qualifiers for
'ptr_to_globals'
include/libbb.h:1243: error: previous declaration of 'ptr_to_globals'
was here
In file included from libbb/pw_encrypt.c:10:
include/libbb.h:1243: error: conflicting type qualifiers for
'ptr_to_globals'
libbb/ptr_to_globals.c:11: error: previous declaration of
'ptr_to_globals' was here
make: *** [busybox] Error 1

_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to