Re: [PR] arch/tricore: fix tasking compiler linking error [nuttx]

2025-09-09 Thread via GitHub


anchao merged PR #16998:
URL: https://github.com/apache/nuttx/pull/16998


-- 
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]



[PR] arch/tricore: fix tasking compiler linking error [nuttx]

2025-09-09 Thread via GitHub


wangchdo opened a new pull request, #16998:
URL: https://github.com/apache/nuttx/pull/16998

 Add "add_link_options(--no-default-libraries)" ToolchainTasking.cmake
 Add "LDFLAGS += --no-default-libraries" in ToolchainTasking.defs
   
   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   Update tasking compiler linker option to avoid linking compiler lib in 
default
   
   ## Impact
   
   tricore arch compiling issue fix, no impact to other parts
   
   ## Testing
   
   **enable tasking compiler on board a2g-tc397-5v-tft **
   
   https://github.com/user-attachments/assets/d35b9cfe-d01a-4ead-a070-7a1a03d80b56";
 />
   
   **before this fix patch**
   
   https://github.com/user-attachments/assets/c980b690-caee-4f72-a651-2b1fe3d484a6";
 />
   
   **after this fix patch**
   
   https://github.com/user-attachments/assets/8bd44479-6c11-4eab-998a-2d4f560be4b5";
 />
   
   **ostest passed**
   https://github.com/user-attachments/assets/61be2f36-a28a-46fd-9e5b-8f52a0fb8d82";
 />
   
   


-- 
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]