Re: objdump missing source lines

2014-04-09 Thread Will Newton
On 8 April 2014 22:03, John Syne wrote: Hi John, > I compiled my code with debug symbols on an BeagleBoneBlack using Debian > gcc-4.7. If I use objdump -S on my object file, I see both source lines > and disassembly. On my Ubuntu 13.10 host, using > gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-201

objdump missing source lines

2014-04-08 Thread John Syne
I compiled my code with debug symbols on an BeagleBoneBlack using Debian gcc-4.7. If I use objdump -S on my object file, I see both source lines and disassembly. On my Ubuntu 13.10 host, using gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux, I do arm-linux-gnueabihf-objdump -S on the same