Content originally posted in LPCWare by pgr on Thu Apr 03 05:33:03 MST 2014
Hi,
I have then realized that the functions bss_init() and data_init() from cr_startup are never called when compiling the application using -fPIC option. The variables __data_section_table, __data_section_table_end, __bss_section_table and __bss_section_table_end are all set to 0.
Is this the expected behavior ?
Thanks in advance