Replies: 3 comments 6 replies
-
in platform.txt you can add recipe.hooks.prebuild.7.pattern=bash -c "[ -f "{build.path}"/file_opts ] || touch "{build.path}"/file_opts" this is my workaround |
Beta Was this translation helpful? Give feedback.
1 reply
-
That's what I did. Works a treat!
…On Fri, Aug 25, 2023 at 4:25 PM der-Lemmi ***@***.***> wrote:
in platform.txt you can add
recipe.hooks.prebuild.7.pattern=bash -c "[ -f "{build.path}"/file_opts ]
|| touch "{build.path}"/file_opts"
recipe.hooks.prebuild.7.pattern.windows=cmd /c if not exist
"{build.path}\file_opts" type nul > "{build.path}\file_opts"
this is my workaround
—
Reply to this email directly, view it on GitHub
<#1576 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6QNG7IOYT4LDHRLN7KHX3XXEC3FANCNFSM6AAAAAA22M7UQM>
.
You are receiving this because you authored the thread.Message ID:
<Sloeber/arduino-eclipse-plugin/repo-discussions/1576/comments/6826628@
github.com>
|
Beta Was this translation helpful? Give feedback.
4 replies
-
+1 for configuration-specific files. It would have helped me diagnose my
problem much more easily.
Just my opinion, for what it's worth. Thank you so much!
…-- Eric
On Thu, Aug 31, 2023 at 9:55 AM jantje ***@***.***> wrote:
No problem.
But the latest sloeber version has a share in version control that creates
a sloeber.cfg for that purpose.
I'm not sure I'm happy with that one right now as the sloeber.cfg contains
all configurations and maybe having a file per config is better.
—
Reply to this email directly, view it on GitHub
<#1576 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6QNG7SFSMWIN2S5X6KOM3XYCJTRANCNFSM6AAAAAA22M7UQM>
.
You are receiving this because you authored the thread.Message ID:
<Sloeber/arduino-eclipse-plugin/repo-discussions/1576/comments/6876128@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Everyone, I hope that someone can help me with this.
After I installed version 2.0.10 of the ESP32 library, all my builds fail with the following error:
xtensa-esp32-elf-g++: error: /home/eric/Workspaces/temp/Blinky/Release/file_opts: No such file or directory
There don't seem to be any matching discussions or issues.
I have verified this on an empty project in a newly created workspace.
file_opts is configured in the following files:
~/Sloeber/arduinoPlugin/packages/esp32/hardware/esp32/2.0.10/platform.sloeber.txt
~/Sloeber/arduinoPlugin/packages/esp32/hardware/esp32/2.0.10/platform.txt
Note that I have installed Sloeber in my home directory.
I've opened a bug report, but if someone could please advise, I'd be deeply grateful and perhaps I could save the Dev team some work.
I absolutely love Sloeber and I hope that I can fix this, or maybe contribute a fix if I can.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions