thanks! old project use 5744P and S32 Design Studio for Power Architecture Version 2017.R1 import S32 Design Studio for Power Architecture Version 2.1,create map file
.startup 0x40030400 0x0
0x40030400 __start = .
*(.startup)
But I creat new 5748G and S32 Design Studio for Power Architecture Version 2.1 , create map file
.startup 0x40030020 0x1ee
0x40030020 __start = .
*(.startup)
.startup 0x40030020 0x1ee ./Project_Settings/Startup_Code/startup.o
0x40030020 _start
0x4003020a _fini
I Does not compile the startup.S, solved this problem.Did you know that this problem can be solved by configuring or modifying the ld file?