[Mspgcc-users] Missing type declaration for function symbols

2016-01-22 Thread Ingo van Lil
Hi, when compiling a C/C++ file, the resulting symbols in the object file have the type "NOTYPE". It should be "FUNC" instead: readelf --syms test.o | grep my_function 7: 2 NOTYPE GLOBAL DEFAULT1 my_function The generated assembler code contains the following

Re: [Mspgcc-users] debbugging symbols, assembly

2016-03-01 Thread Ingo van Lil
On 03/01/2016 11:12 PM, Balthasar SzczepaƄski wrote: > However I noticed that I only had access to symbols (functions, > variablles) from the C file but not from the assembly file. Looks like > the symbols form the assembly file are not present in the .elf file. > I was not able to find by myself