undefined reference to `__bss_section_table_end'

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

undefined reference to `__bss_section_table_end'

955 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Karthik Venkatesh on Sun Jan 03 21:32:29 MST 2016
Hi,

I wanted to test the UART functionality of LPC812 on my custom board.

For that, I used the LPCOpen library.

I was able to successfully test my UART functionality after making some UART print statement changes inside the main().

Then later when I again tried to Build the project it shows following errors:

undefined reference to `__bss_section_table_end'cr_startup_lpc8xx.c/periph_uart/example/srcline 280C/C++ Problem

Please find attached snapshot of the LPCXpresso error.

Am not sure what might be the reason.

Any help would be appreciated.

Thanks and regards,
Karthik

0 Kudos
Reply
1 Reply

913 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Mon Jan 04 04:23:12 MST 2016
So you have broken something fairly fundamental in the project if the startup code is no longer successfully building. But it is hard to guess at exactly what you might have done from the information provided.

If you need more help identifying the cause of your errors, then the simplest thing to do would be to export and post your project...

https://www.lpcware.com/content/faq/lpcxpresso/how-importexport-projects

Regards,
LPCXpresso Support

0 Kudos
Reply