Dear all,
I am a begginner to linux. Currently I am porting sipxtapi on arm ( xilinx board) having ubuntu.
I am able to port it on intel with platform linux using instructions given successfully. But I failed to port on arm using same instructions.
Every time I am getting following errors after executing the command ./configure.
checking for gcc option to accept ISO C89... ./configure: line 1512: as_fn_set_status: command not found
./configure: line 1512: as_fn_set_status: command not found
./configure: line 1512: as_fn_set_status: command not found
./configure: line 1512: as_fn_set_status: command not found
./configure: line 1512: as_fn_set_status: command not found
./configure: line 1512: as_fn_set_status: command not found
./configure: line 1512: as_fn_set_status: command not found
./configure: line 1512: as_fn_set_status: command not found
unsupported
sys/time.h
checking for uid_t in sys/types.h... checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
yes
checking for working volatile... checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes./configure: line 1512: as_fn_set_status: command not found
no
checking whether closedir returns void... ./configure: line 1668: as_fn_set_status: command not found
yes
checking for pid_t... ./configure: line 1512: as_fn_set_status: command not found
no
checking vfork.h usability... ./configure: line 1512: as_fn_set_status: command not found
I am failing to understand this. Either it is related to arm or something or I need to modify something in
configure.ac which is related to arm
I am completely a begginner and completely stuck over here.
Kindly help to solve this issue