-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
Failed to install on Mac #2524
Comments
After individually downloading the missing components I now get a redefinition error.
|
@IanAber can you go to the Basic_Blink sample and type:
The top part of the result is important. |
This is after downloading the missing components. If it would help for me to wife the sming installation and provide an output with a fresh installation let me know. Many thanks for your help.
|
I renames the sming directory to sming_complete and then ran the git clone command to create a new one. From the new sming/samples/basic_blink directory I executed 'make' and go this...
|
In the new sming directory I ran 'make list-config' and got this...
|
Any updates on this installation problem?
Ian Abercrombie
***@***.*** ***@***.***>
Phone: +1 (352) 281-6286
www.CedarTechnology.com <http://www.cedartechnology.com/>
… On Jul 11, 2022, at 5:51 AM, slaff ***@***.***> wrote:
@IanAber <https://github.com/IanAber> can you go to the Basic_Blink sample and type:
make list-config
The top part of the result is important.
—
Reply to this email directly, view it on GitHub <#2524 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABANTHEY2ZHZDDOAVEPG4FLVTPVA5ANCNFSM53F2Y3HA>.
You are receiving this because you were mentioned.
|
I think the issue could be
NOT |
My goodness! You are a bona-fide genius! How the heck did you figure that one out? Since I am running on OS X which is a case insensitive file system it never occurred to me that this might be an issue. I guess it is not getting through some of the make or python code. I fixed the SMING_HOME environment variable and it compiles the samples and my code fine now. As a suggestion, a note stating that all entries should be checked for case accuracy would be useful troubleshooting help in the article. Also, the later versions of OS X use zsh not bash so where your instructions talk about editing the ~/.profile file to set the environment up they should now mention that these statements should be moved to ~/.zshenv instead. Thanks for all the fantastic work you are doing and hopefully, sometime soon, I will be able to contribute myself too. |
@IanAber can you please add the recommended changes to the documentation as PR? The documentation can be found under |
@IanAber I had similar issues migrating from Windows to GNU/Linux development, as Windows filesystems have historically also been case insensitive. If you take a look at
|
As a side note clang can catch stuff like this, so with #2804 should help. |
Using the instructions I installed the tools and the sming source. I changed to the Basic_Blink folder to try to run the sample and executed 'make'
The script ran and downloaded a couple of submodules but then I got this error...
I tried to clean everything out and start again but got the same result.
The text was updated successfully, but these errors were encountered: