-
-
Notifications
You must be signed in to change notification settings - Fork 35
Update mbed-os-to-arduino script #56
base: master
Are you sure you want to change the base?
Update mbed-os-to-arduino script #56
Conversation
Add support for macOS platform to mbed_os_to_arduino script
@manchoz wasn't the original version already working on macOS without GNU tools? Maybe only a particular version of the OS? |
Yes, there's been introduced a regression at some point due to a text formatting change which is preventing standard MacOS' sed to work properly. I will PR to revert ASAP. |
Here's the PR #57 |
Hi @facchinm, I can confirm that #57 is fixing the issue with sed. Please note that the check_tools() function is still not working under macOS 10.15.3. And that a check for tac must also be added. On macOS like on many systems (BSDs, Solaris, AIX, IRIX...), the functionality of GNU tac is available in tail with the -r option. |
I think we can substitute @bissonex what is not working with |
I am setting up check_tools() to fail by changing tool name from jq to jq_should_not_found:
output from tool:
|
|
Add support for macOS platform to mbed_os_to_arduino script