Remove all dependencies on linker script symbols #4
Open
opened 4 years ago by PlaneteCasio
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
If a project is build without the gcc flag
-nostdlib
, it links againststack_k
,end_k
and.eh_frame
If not provided, the following errors appear:
This will probably resolved as soon as a proper crt0.s is provided. All other startup routines have to be removed.