yf13 opened a new pull request, #17486:
URL: https://github.com/apache/nuttx/pull/17486
## Summary
When building `maix-bit/elf`, we got warnings like below, depicting that
`__start` is still used for some ELF cases:
```
LD: errno.o
riscv64-unknown-elf-ld: warning: cannot find entry symbol __start;
defaulting to 0000000000000000
```
This aims to resolve such warnings and use `_start` for executable ELFs.
Since I have no maix-bit board at hand, a similar `rv-virt:elf` config is
created for verifications.
## Impact
Bug fixing that should not bring behavior differences.
## Testing
- Local checks on rv-virt for the following configs:
- Build and run checks: `rv-virt:nsh`, `rv-virt:pnsh`, `rv-virt:nsbi` and
`ri-virt:elf`
- Build only check: `maix-bit/elf`
- CI checks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]