Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"unable to rename 'core\core.a'; reason: Permission denied" #6758

Closed
zosamohak opened this issue Sep 24, 2017 · 3 comments
Closed

"unable to rename 'core\core.a'; reason: Permission denied" #6758

zosamohak opened this issue Sep 24, 2017 · 3 comments

Comments

@zosamohak
Copy link

Arduino : 1.8.4 (Windows Store 1.8.8.0) (Windows 10), Carte : "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

c:\program files\windowsapps\arduinollc.arduinoide_1.8.8.0_x86__mdqgnx93n4wtt\hardware\tools\avr\bin../lib/gcc/avr/4.9.2/../../../../avr/bin/ar.exe: unable to rename 'core\core.a'; reason: Permission denied

exit status 1
Erreur de compilation pour la carte Arduino/Genuino Mega or Mega 2560

Ce rapport pourrait être plus détaillé avec
l'option "Afficher les résultats détaillés de la compilation"
activée dans Fichier -> Préférences.

@per1234
Copy link
Collaborator

per1234 commented Sep 24, 2017

See:
#5616
#4683

Please try TEMPORARILY disabling your antivirus software for a single compilation to see if that solves the issue.

@per1234 per1234 changed the title wierd error "unable to rename 'core\core.a'; reason: Permission denied" Sep 24, 2017
@facchinm facchinm added the Waiting for feedback More information must be provided before we can proceed label Sep 25, 2017
@per1234
Copy link
Collaborator

per1234 commented Oct 25, 2017

@zosamohak did the issue still occur when you disabled the antivirus?

@per1234 per1234 closed this as completed Feb 28, 2018
@per1234 per1234 removed the Waiting for feedback More information must be provided before we can proceed label Feb 28, 2018
@Mayoogh
Copy link

Mayoogh commented Apr 18, 2021

Temporary fix

  • Create a new blank sketch
void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}
  • Verify/Compile
  • Close new sketch and try compiling project sketch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants