-
-
Notifications
You must be signed in to change notification settings - Fork 284
Fix recipe.ar.pattern to avoid warning at startup #65
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
Conversation
@kmsywula @bigdinotech @SidLeung @bbaltz505 Please review |
@calvinatintel looks correct to me |
In 1.6.5 on Windows, I get a compile error error. Is "archive_file_path" recognized parameter in 1.6.5 ?
|
Brian… I have not seen “ {archive_file_path} “ as part of the input parameters to the ARC cross compiler. The symbol should have been expended into a file by the builder. An output from mind as follow, C:\Users\sidneyle\AppData\Roaming\Arduino15\packages\Intel-Test\tools\arc-elf32\1.6.4+1.0/bin/arc-elf32-ar rcs C:\Users\sidneyle\AppData\Local\Temp\build1242165541007227762.tmp/core.a C:\Users\sidneyle\AppData\Local\Temp\build1242165541007227762.tmp\hooks.c.o Sid |
@SidLeung On 1.6.6, the parameter does expand to: |
The compile log msg I sent you was done with IDE 1.6.4. So, both 1.6.4 & 1.6.6 can expand the environment symbol correctly. |
This post describes the problem I am seeing: |
Brian: I have not acquired enough knowledge to understand the entire description in the link. Was it pointing to the platform.txt file is not compatible between IDE versions? Sid. |
The patch is intended for IDE >= 1.6.6 and is not backward compatible (as you noticed). Since the serial monitor timeout issue has been merged in master after 1.6.6, the first release suitable for 101 will be 1.6.7 |
Thanks Martino. Given the number of users that may still be on 1.6.5 (and maybe 1.6.4), I suggest we do not merge this patch. |
Closing the PR since it's not backward compatible |
Reopening since we're now supporting 1.6.6. We understand that this breaks 1.6.5. |
cherry-picked |
IDE 1.6.6 changed the paths for archive files and complains with a warning if the pattern needs to be rewritten.