I am cross-compiling my code by arm-unknown-linux-gnueabi and during compilation lot of below warnings can be seen
Unknown EABI object attribute 44
Is above warnings can be ignored or am I missing some and what does this warning mean?
arm-whatever-gcc --version and arm-whatever-as --version is
ubuntu@ubuntu:~/crosstool-ng/crosstool-ng-1.14.0$ arm-unknown-linux-gnueabi-gcc --version arm-unknown-linux-gnueabi-gcc (crosstool-NG 1.14.0) 4.4.1 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ubuntu@ubuntu:~/crosstool-ng/crosstool-ng-1.14.0$ arm-unknown-linux-gnueabi-as --version GNU assembler (crosstool-NG 1.14.0) 2.19.1 Copyright 2007 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or later. This program has absolutely no warranty. This assembler was configured for a target of `arm-unknown-linux-gnueabi'.