Re: [Scratchbox-users] undefined reference errors while linking c++ and assembly

2006-03-09 Thread Rohit Chaudhri
Exactly what errors are you getting? Can you copy-paste-send the errors you are getting and also give details about your sb setup? On 3/9/06, Deepak Kallakuri <[EMAIL PROTECTED]> wrote: > Hi Group, > > Please let me know what I can do. I am having "undefined reference errors" > while trying to bui

[Scratchbox-users] undefined reference errors while linking c++ and assembly

2006-03-09 Thread Deepak Kallakuri
Hi Group, Please let me know what I can do. I am having "undefined reference errors" while trying to build and link c++ files and ARM linux assembly files. The compiler I am suing is arm-linux-g++ . LiNKER ?= arm-linux-g++ CCOMPILER ?= arm-linux-g++ CCOMPILERFLAGS ?= -static -g -Wall -O3 -mlittl