My arduino has a very slow compile

When i try to run a code , My compile will print smth like this




how to fix it? My preference is https://github.com/INEXdev/ArduinoSTM32/raw/main/package_inex_stm32_index.json (Is my preference related to compile btw?)

You posted this in the IDE 1.x section of the forum so I assume that you're using that. There are a few similar complaints in the IDE 2.x section of the forum.

You'll have some reading to do in the above to understand what is happening.

Note that a first compile in IDE 1.x will be slow after opening the IDE as the cache is cleared when you close the IDE so it compiles from scratch; consecutive compiles should be faster.
In IDE 2.x the cache is not cleared so if you reopen a project and compile it will be as fast as it was after the first compile (there is a "time limit" before the cache will be cleared).

im using IDE 2.x but i dont found a topic. thanks for the answer. i will follow instructions from the topic you send to me

I've moved your topic to the IDE 2.x section of the forum.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.