How to add Linker Scripts with go build?

Hi,

My interest in creating embedded application, I am just trying to use go language for Non-RT App.

I was using linker script in C to customize code and data section of ELF.
Is there any option for same in golang ?
If yes, please help me to understand more about it.

Thanks,
~Rahul

That’s interesting, but why not rust or c++?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.