Skip to content
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

Compile issues related to sock interface and IAR toolchain #536

Open
TimothyClaeys opened this issue Dec 2, 2020 · 1 comment · May be fixed by #533
Open

Compile issues related to sock interface and IAR toolchain #536

TimothyClaeys opened this issue Dec 2, 2020 · 1 comment · May be fixed by #533
Labels
bug CC2538 Issues related to the CC2538 platform IAR Issues related to the IAR toolchain

Comments

@TimothyClaeys
Copy link
Member

TimothyClaeys commented Dec 2, 2020

The IAR project files for openmote are outdated. They do not include latest folder structure changes. In addition the config options for board, apps, and stack are not supported properly. Further the socket related code parts require slight modifications since errno.h of IAR does not support all relevant errorcodes.

Issue reported by @Chris-Ho

Fix in PR: FW-887

@TimothyClaeys TimothyClaeys added bug IAR Issues related to the IAR toolchain labels Dec 2, 2020
@TimothyClaeys TimothyClaeys added the CC2538 Issues related to the CC2538 platform label Dec 2, 2020
@kyh-ly
Copy link

kyh-ly commented Mar 29, 2021

@thomaseichinger @changtengfei Hi, I used the CC2538 as the OpenWSN platform and I found there has an error when running the OpenVisuallizer.
21:51:04 ERROR 65a2 [IEEE802154E] the received packet format is not supported (code location 3)
21:51:10 ERROR 65a2 [IEEE802154E] the received packet format is not supported (code location 3)
21:51:20 ERROR 65a2 [IEEE802154E] the received packet format is not supported (code location 3)
21:51:34 ERROR 65a2 [IEEE802154E] the received packet format is not supported (code location 3)
21:52:09 ERROR 65a2 [IEEE802154E] the received packet format is not supported (code location 3)
21:52:45 ERROR 65a2 [IEEE802154E] the received packet format is not supported (code location 3)
21:52:56 ERROR 65a2 [IEEE802154E] the received packet format is not supported (code location 3)
21:53:58 ERROR 65a2 [IEEE802154E] the received packet format is not supported (code location 3)
21:54:33 ERROR 65a2 [IEEE802154E] the received packet format is not supported (code location 3)
When the slave mote receive the EB frame and it can not identify and parse packets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug CC2538 Issues related to the CC2538 platform IAR Issues related to the IAR toolchain
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants