-
Notifications
You must be signed in to change notification settings - Fork 241
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
FW-887 fix compile issues and update openmote-b, openmote_cc2538 oos… #533
base: develop
Are you sure you want to change the base?
FW-887 fix compile issues and update openmote-b, openmote_cc2538 oos… #533
Conversation
@changtengfei and @TimothyClaeys it fixes additional warnings and errors for IAR compiler, these changes do not interfere with the scons build script, they still produce the same output as before BR Chris |
It seems that something with fragmentation fails for python which I haven't touched hope thats something you can have a look at and it does not block the PR |
@Chris-Ho Thank you for the PR. I'll have a look at why it fails during the Travis build. |
ac63b33
to
fd955ba
Compare
@TimothyClaeys thank you I found an indicator for it and updated the PR bsp/boards/python/openwsnmodule_obj.h required an update which depends on the newly introduced configuration options |
as side note on windows latest develop branch can not be compiled for python, which has maybe the same root cause as for IAR that some o those socket related code is not correctly suppported. I'm using gcc version 6.3.0 (MinGW.org GCC-6.3.0-1) scons board=python toolchain=gcc oos_openwsn scons: done reading SConscript files. |
@TimothyClaeys everything is solved now, windows works as well |
fix compile issues and update openmote-b, openmote_cc2538 oos_openwsn project for IAR toolchain