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

NUMAKER_PFM_NUC472 does not work with uvision #3418

Closed
c1728p9 opened this issue Dec 9, 2016 · 7 comments
Closed

NUMAKER_PFM_NUC472 does not work with uvision #3418

c1728p9 opened this issue Dec 9, 2016 · 7 comments

Comments

@c1728p9
Copy link
Contributor

c1728p9 commented Dec 9, 2016

When the NUMAKER_PFM_NUC472 is exported and built form uvision there is an error saying that IPv4 or IPv6 must be enabled.

@c1728p9
Copy link
Contributor Author

c1728p9 commented Dec 9, 2016

CC: @theotherjimmy

@cyliangtw
Copy link
Contributor

Please ensure your Keil version MDK 5.x firstly.
Cause current online IDE lost "-DDEVICE_TRNG=1" in export feature's project generation, you could add "-DDEVICE_TRNG=1" in Keil project C/C++ "Misc Controlls" setting by manual.
After that, if you still can't resolve, please guide me how to reproduce it.

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 13, 2016

Cause current online IDE lost "-DDEVICE_TRNG=1" in export feature's project generation, you could add "-DDEVICE_TRNG=1" in Keil project C/C++ "Misc Controlls" setting by manual.
After that, if you still can't resolve, please guide me how to reproduce it.

I believe this issue is related to the mbed-cli exported project (offline). I am trying to find more information, I have seen this failure somewhere. Russ might provide more details.

Cause current online IDE lost "-DDEVICE_TRNG=1"

Is this known?

@bridadan
Copy link
Contributor

We're currently running exporter tests on this platform in CI. The following examples all export and build correctly in uVision (as far as the CI system is concerned):

mbed-os-example-mesh-minimal
mbed-os-example-blinky
mbed-os-example-sockets

@c1728p9 Was this for a particular example?

@c1728p9
Copy link
Contributor Author

c1728p9 commented Dec 14, 2016

This came up for @theotherjimmy during 5.3 RC2 out of box testing on the blinky example - "Uvision5 failure: #error directive: "Either IPv4 or IPv6 must be enabled".

@cyliangtw
Copy link
Contributor

We verified Export Uvision5 prj function of mbed-cli is OK with mbed-os-5.3.0-rc2 .
Maybe, it's online IDE export feature issue.

@theotherjimmy
Copy link
Contributor

Yup it seems to be fixed. I can't reproduce it anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants