Skip to main content
Explorer
June 26, 2023
Question

Why -nodefaultlibs -nostdlib used in project example Tx_MPU

  • June 26, 2023
  • 0 replies
  • 829 views

My project requires the use of Threadx Modules. Using the TX_MPU example as a guide I have successfully created a Module with some basic functionality using Queues, Mutex and byte pools.
Looking in the Makefile I noticed that -nodefaultlibs and -nostdlib settings are used.
Is there a specific reason why theses settings are used for the Module build? Does it mean that default and standard libraries can not be used by code in the Module?

 

STM32H7 Series, STM32CubeMX, AzureRTOS

 

    This topic has been closed for replies.