arm-elf-gdb memory

OP #2086900
Rate this post
useful
not useful
Hi,

I am trying to run an arm executable on linux pc.
arm-elf-run exec infile outfile stops at a calloc
memory not sufficient. BUT
arm-elf-run -m <size in pow of 2> exec infile outfile WORKS.
But i need to debug the code.
so
arm-elf-gdb exec infile outfile does not work as
it stops at calloc and says
memory not sufficient.

How do i pass memory to gdb?

Regards,
Namitha.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now