I am trying to build the MBPL source (MBPL_SDK_R47_ENG4-lite.src.tar) for a montavista platform with cpu = mips64eb. Do we need any changes in the slqscompile.mak file? and other files?
INCLUDE += -I$(HOME)/toolchain/mips/mips-linux-gnu/libc/usr/include
CFLAGS += -EB #default mips toolchain from Sourcery does not support sscanf
CFLAGS += -D OS_NO_SSCANF #define mips toochain from Sourcery does not support backtrace
CFLAGS += -D NO_BACKTRACE
endif