ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.67k stars 2.98k forks source link

Porting NUCLEO-F767ZI make errors #11305

Closed bytesontherocks closed 5 years ago

bytesontherocks commented 5 years ago

Description

Hello, I have got 2 mbed examples (mbed-os-example and rtos basic) for the NUCLEO-F767ZI. I exported them to Sw4STM32 and then I converted them (automatic convertion) to STM32IDE (the latest Eclipse based STM32 IDE mantained by STM32 based on TrueStudio).

When I build both projects the following errors appear:

And maybe this is when it goes all wrong or there are other problems but I'm attaching screenshot of the compiler output.

I'm using gcc 7.3.1 default toolchain for STM32IDE

I tried in Windows and Linux with same results.

mbed_make_error

Issue request type

[X ] Question
[ ] Enhancement
[ ] Bug
0xc0170 commented 5 years ago

cc @ARMmbed/team-st-mcd Please review

bytesontherocks commented 5 years ago

Any chance to have a look at the issue? Any clue how to tackle it? Thanks!

0xc0170 commented 5 years ago

cc @ARMmbed/team-st-mcd Please review

Can you review this one?

LMESTM commented 5 years ago

Hi,

Not sure how to help. can you share a snapshot of how the structure project looks like in the IDE ?

If the IDE tries to compile "mbed-os-example-blinky/usr/src/mbed-sdk", then it must be some path defined in your project. As it does not exist, please try to remove this path from your project structure ?

bytesontherocks commented 5 years ago

Hi, I think I'm reformulating my question: I'm working with STM32IDE and STM32F767ZI Nucleo board. What is the best way to get mbed up and running without having to start fighting the system configuration, etc?

Because when I try to export one example from mbed for Sw4STM32 it doesn't work.

Thanks.

LMESTM commented 5 years ago

Unfortunately there is no support as of now for exporting a mbed example directly to STM32CubeIDE. You'd have to go thru the process you've started and adapt the generated project settings. You may use a project example from STM32CubeF7 firmware package to check the reference project settings.