What compilers have the best drivers pre-built?
What compilers have the best drivers pre-built?
Compilers do not have Drivers built into them. A compiler is just a tool to generate code. You you have to look at the specific processor or peripheral (Display) vendor to see if they provide the driver libraries you are looking for and then see what compiler they support. More than likely you will find support for the GCC compiler or Clang but it will vendor specific.
Your best bet would be to look at AVR/Microchip, STM or TI and maybe Renesas. My preference would be TI.
Compilers do not have Drivers built into them. A compiler is just a tool to generate code. You you have to look at the specific processor or peripheral (Display) vendor to see if they provide the driver libraries you are looking for and then see what compiler they support. More than likely you will find support for the GCC compiler or Clang but it will vendor specific.
Your best bet would be to look at AVR/Microchip, STM or TI and maybe Renesas. My preference would be TI.