Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 months ago.
Can anybody successfully compile any mbed DISCO-F746NG project?
Hi all, - I could successfully add a DISCO-F746NG platform to my mbed projects, - I see at http://www.st.com/web/en/catalog/tools/FM147/SC1887 that MBED-F746-DK support is turned "Active" and it is linked to mbed site, - I see under "mbed-src" that the target "TARGET_DISCO_F746NG" should be already supported by the mbed library.
Nevertheless if I try to compile a sample project (e.g. simple "Hello World"), I get only these messages: "Error: The build system did not finish successfully." ErrorNo=-230 "Info: Unable to download. Fix the reported errors..." But, it won't be mentioned, what is the reason of the compiler failure.
What do I wrong? -Marcin
Try the offline compiler (STM32 System Workbench) and add the latest libraries from mbed repo. Builds perfectly for me
posted by Habibur Rahman 26 Sep 2015I was just able to use the mbed library and compile the LCD demo. Most of the stuff I need to use seems to be there except the Ethernet. There is an Ethernet api but the basic functions of read / write do not have any tcp handle support so I don't even know how you are suppose to open a tcp socket for listening for connections.
posted by James Armstrong 15 Oct 2015