This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Z-STACK Linux Gateway's Pre-Built Binaries Is Not Compatible with ARM11?

Other Parts Discussed in Thread: Z-STACK

Hi,

Per errors listed below and our past experience, can anyone help to get the Z-Stack_Linux_Gateway-1.0.1/z-stack_linux_gateway_arm_binaries_38883.tar/Precompiled_arm recompile using the attached GCC tool chain? We know that it is working with Cortex-A8(Beaglebone Black). We don't need the source code.

Any input will be welcomed if our assumption is not correct. Thanks for your help in advance. 

Toolchain (Code Sourcery arm-2010.09-50 arm-none-linux-gnueabi)

https://docs.google.com/a/syabas.com/uc?id=0BxcmAGJ-1jdtR19OTk5RQzNzZWM&export=download

Note: we know it is working for ARM Cortex A8 (Beaglebone Board)

Hardware

ARM11 http://www.cavium.com/pdfFiles/CNC1800L-PB_Rev1.0.pdf

Linux Kernel Version

# uname -r
3.10.33SDK-0.5+

Errors Encountered ("6.3 Running the Sample Application" , Z-Stack Linux Gateway User Guide.pdf)

# ./zigbeeHAgw bbb
running zigbeegw.scr on an ARM
resetting beaglebone black
../tools/bbb_usbreset.bin: line 1: syntax error: unexpected word (expecting ")")
sleeping 6 seconds after reset... ../tools/gw_soc_fw_version_query.bin: line 1: syntax error: unexpected word (expecting ")")
done
Starting the ZigBee gateway subsystem
./NPI_lnx_arm_server: line 1: syntax error: unexpected word (expecting ")")
NPI started (pid 735) at Tue Nov 11 16:14:17 MYT 2014
./ZLSZNP_arm: line 1: syntax error: unexpected word (expecting ")")
ZLSZNP started (pid 744) at Tue Nov 11 16:14:21 MYT 2014
./NWKMGR_SRVR_arm: line 1: syntax error: unexpected word (expecting ")")
NETWORK MANAGER started (pid 753) at Tue Nov 11 16:14:22 MYT 2014
./GATEWAY_SRVR_arm: line 1: syntax error: unexpected word (expecting ")")
GATEWAY SERVER started (pid 760) at Tue Nov 11 16:14:24 MYT 2014
./OTA_SRVR_arm: line 1: syntax error: unexpected word (expecting ")")
OTA SERVER started (pid 767) at Tue Nov 11 16:14:26 MYT 2014
starting tracker with our pid ./zigbeeHAgw and pid list 735 744 760 767


# pwd
/bbb/servers
# ls
GATEWAY_SRVR_arm NWKMGR_SRVR_arm config.ini start_application
NPI_Gateway.cfg OTA_SRVR_arm gateway_config.tlg track_servers
NPI_lnx_arm_server ZLSZNP_arm sample_app_ota.cfg zigbeeHAgw
# cd ..
# ls
app
misc
protobuf
servers
tools
z-stack_linux_gateway_arm_binaries_38883.tar

Thank you.