Running c code in ARM QEMU

I created and Compiled a C program to run in QEMU for ARM.
When I run the program using the command

#qemu-arm -L /home/arm-2010.09/arm-none-linux-gnueabi/libc ./test

it gives me the following error:

If 'qemu-arm' is not a typo you can use command-not-found to lookup the package that contains it, like this:
    cnf qemu-arm

In PATH is have added the path to /el/el_test/arm-2010q1/bin but still I get the error.
What is the reason for this?
How to resolve this issue?