Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Visual Micro with Due and Atmel ICE not working (Read 7367 times)
Patta
Newbies
*
Offline


Posts: 3
Joined: Aug 8th, 2015
Visual Micro with Due and Atmel ICE not working
Aug 8th, 2015 at 6:08pm
Print Post  
Hi!

I tried to Visual Micro with Visual Studio on my Atmel ICE and Arduino DUE (custom) board.

There are two things which I cant get to work:

a) When I compile a project, I get the following error:
Code
Select All
Compiling 'Analog_Board' for 'Arduino Due (Native USB Port)'
arm-none-eabi-gcc*:error: _x\core\syscalls_sam3.c.o: No such file or directory
Error creating .elf 



Also, I cant find my programmer in the menu, it is empty.
When I switch to an AVR device, it shows me the associated programmers, but not on ARM (when choosing the DUE).

How do I fix those problems?

Thanks

Pat
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12070
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual Micro with Due and Atmel ICE not working
Reply #1 - Aug 8th, 2015 at 6:53pm
Print Post  
Hi,

Can you please tell me the version of visual micro that you are running, see tools>options>visual micro>version

Which arduino ide?

Which visual studio ide?

Which application name you are using with visual micro ("Arduino 1.6", "Arduino 1.5" etc)

Thanks
  
Back to top
WWW  
IP Logged
 
Patta
Newbies
*
Offline


Posts: 3
Joined: Aug 8th, 2015
Re: Visual Micro with Due and Atmel ICE not working
Reply #2 - Aug 8th, 2015 at 9:46pm
Print Post  
Arduino IDE -> 1.6.6

Visual Studio -> 14.0.23107.0 D14REL

Visual Micro -> 1.1508.06

I using "Arduino 1.6". As you can see in the Screenshot I also installed the ARM Boards.

https://www.dropbox.com/s/l1dajtceox3hcmv/micro.PNG?dl=0


And wow! Thanks for your fast response!
« Last Edit: Aug 8th, 2015 at 9:48pm by Patta »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12070
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual Micro with Due and Atmel ICE not working
Reply #3 - Aug 8th, 2015 at 11:05pm
Print Post  
1)
Please switch on tools>options>visual micro>compiler>show build properties and verbose

Then click build>clean solution

Then build

Then email the output to info[at]visualmicro.com

2)
Does your programmer work from the arduino ide?

Thanks
« Last Edit: Aug 8th, 2015 at 11:06pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Patta
Newbies
*
Offline


Posts: 3
Joined: Aug 8th, 2015
Re: Visual Micro with Due and Atmel ICE not working
Reply #4 - Aug 9th, 2015 at 9:15am
Print Post  
Hi,

1) I just sent you the mail with the compiler output.

2) No, it looks like the Atmel ICE is not supported by the Arduino IDE (as far as I see, there is no ARM Programmer at all).

But it should be supported by vm since it is listed in the programmers.atmel file in 
Code
Select All
D:\Program Files (x86)\Visual Micro\Visual Micro for Arduino\Micro Platforms\arduino16x\hardware\sam 




Right now, Im programming and compiling in the Arduino IDE, then flashing with Atmel Studio or J-Flash lite. It would nice to have a "all in one" solution with visual studio and VM Smiley
Thank you!

EDIT: I added the Atmel Ice Programmer to the programmers list on my Arduino IDE and I can choose it but it doesnt work since the programmer isnt initialized as a Serialport and it looks like thats the only port I can choose in the IDE

EDIT:

Sorry my fault, I didnt know you have to choose "upload with programmer" in the Arduino IDE Cheesy

But it doesnt work either, I get the following error:
"Error while uploading: missing 'program.params.quiet' configuration parameter"
« Last Edit: Aug 9th, 2015 at 9:42am by Patta »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12070
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual Micro with Due and Atmel ICE not working
Reply #5 - Aug 9th, 2015 at 2:48pm
Print Post  
Hi 

You can add an empty program.params.quiet

The atmel studio programmers that visual micro shows only appear for atmel studio users not visual studio.
  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12070
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual Micro with Due and Atmel ICE not working
Reply #6 - Aug 9th, 2015 at 10:19pm
Print Post  
Sorry I missed your earlier comment about using Arduino 1.6.6

There isn't a 1.6.6. Did you try Visual Micro with the current release of the Arduino ide?
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint