ARMmbed / mbed-os-example-sockets

Simple example for the network-socket API
Apache License 2.0
20 stars 38 forks source link

Ethernet not built with cmake ? #197

Closed jeromecoutant closed 3 years ago

jeromecoutant commented 3 years ago

Description of defect

Example is working well with CLI1: mbed compile -m NUCLEO_F429ZI -t GCC_ARM -f

But not with CLI2: mbedtools compile -m NUCLEO_F429ZI -t GCC_ARM -f

Target(s) affected by this defect ?

NUCLEO_F429ZI with Ethernet

Toolchain(s) (name and version) displaying this defect ?

NA

What version of Mbed-os are you using (tag or sha) ?

mbed-os-6.15.0

What version(s) of tools are you using. List all that apply (E.g. mbed-cli)

How is this defect reproduced ?

0xc0170 commented 3 years ago

What's the error you are getting? How to reproduce?

jeromecoutant commented 3 years ago

Mmm need more tests. Maybe it is "-f" which doesn't work ...?