Hi, I am facing a peculiar problem. I am trying to make a bulk of code. The code is to be compiled for a embedded ARM based target from my local linux machine. When I login as a 'root' the make runs successfully. But when I login as a different user.. After building the different modules, in the end I am getting the error which is as follows: ---------------------------------------------------------------------------------------------- ld: unrecognized emulation mode: armelf_linux_eabi supported emulations: elf_i386 i386linux make[1]: *** [all] Error 1 make[1]: Leaving directory 'some directory' make: *** [exeDSP] Error 2 ----------------------------------------------------------------------------------------------- What could be causing the error. This code has already been compiled by developers elsewhere... Please suggest Thanks and regards Deepak Kukreja