Closed makerdiary closed 7 years ago
Yes. GCC 5.3 is unsupported for now (even by Nordic themselves, as far as I checked)
GCC 4.9 works perfectly.
Seems like this particular error might be fixed by just replacing --gc-sections with -Wl,--gc-sections in LDFLAGS, but, again, GCC 5.3 is unsupported and untested at all.
Feel free to report your findings on 5.3 support, though. :)
Was this problem ever solved? Sorry for digging up an old thread.
Have you tried downgrading GCC to the correct version? Its not that a different version would give you any advantages, I suppose.
2017-02-01 1:25 GMT+01:00 Zacharie Laneville notifications@github.com:
Was this problem ever solved? Sorry for digging up an old thread.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mwaylabs/fruitymesh/issues/55#issuecomment-276537401, or mute the thread https://github.com/notifications/unsubscribe-auth/AFntNBPRaDMQmgfYc9Md86MSMaK9BoPvks5rX9DigaJpZM4IoOfq .
So I have 4.9.2 on my Mac. But it's giving me those 'unrecognized command line' issues that are mentioned above. In this thread, @Informatic mentions to just replace the code.... I am building this project in Eclipse and was wondering where I would go to replace the code. Tried replacing it in my makefile but you can't do that, cause it just resets.
The makefile is generated by eclipse, you have to add the commands to the build settings in eclipse. This is called managed build. But you can also use t he makefile from the latest release to compile the code. If you have your compiler installed, you should be able to go in the project folder and type make in a command line.
2017-02-01 20:41 GMT+01:00 Zacharie Laneville notifications@github.com:
So I have 4.9.2 on my Mac. But it's giving me those 'unrecognized command line' issues that are mentioned above. In this thread, @Informatic https://github.com/Informatic mentions to just replace the code.... I am building this project in Eclipse and was wondering where I would go to replace the code. Tried replacing it in my makefile but you can't do that, cause it just resets.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mwaylabs/fruitymesh/issues/55#issuecomment-276759647, or mute the thread https://github.com/notifications/unsubscribe-auth/AFntNKWgVx76ok55aD6Aj4EAyQCYEFlQks5rYN_wgaJpZM4IoOfq .
Hi guys, Have you ever encountered this problem?