There is a same problem with uploading a different codes at Linkit One
The error message is
"Warning: platform.txt from core 'MediaTek ARM7 EJ-S (32-bits) Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} "{archive_file_path}" "{object_file}". Consider upgrading this core. "
"Sketch uses 13168 bytes (0%) of program storage space. Maximum is 10485760 bytes."
Kindly suggest me a solution
what's your environment?
Please for the future post your code, not an image of your code - same with error
add code tags around your code:
[code]`` [color=blue]// your code is here[/color] ``[/code]
.
It should look like this:// your code is here
(Also press ctrl-T (PC) or cmd-T (Mac) in the IDE before copying to indent your code properly)
J-M-L:
what's your environment?Please for the future post your code, not an image of your code - same with error
add code tags around your code:
[code]`` [color=blue]// your code is here[/color] ``[/code]
.It should look like this:
// your code is here
(Also press ctrl-T (PC) or cmd-T (Mac) in the IDE before copying to indent your code properly)
The OP didn't post code. That's an error message from the Arduino IDE.
uanjum071:
Kindly suggest me a solution
Make sure you're using the current version of the Linkit One hardware package. If so then just ignore it. You need to understand the difference between an error and a warning. This is a warning. Read what the warning actually says. The package has an outdated recipe which was automatically converted to the new recipe by the Arduino IDE. The sketch compiled successfully so most likely this will cause no problems at all but it may indicate that you're using an old version of the hardware package or that the package is not being actively maintained by the author.
RudiAhlers:
The OP didn't post code. That's an error message from the Arduino IDE.
Code tags must be used for error and warning messages also.