Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Recent mbed builds #1

Open
rosterloh opened this issue Nov 13, 2014 · 8 comments
Open

Recent mbed builds #1

rosterloh opened this issue Nov 13, 2014 · 8 comments

Comments

@rosterloh
Copy link

Hi there, I just wanted to ask when last you tested this project with mbed sources. It seems like the structure has changed quite a bit. I really like the way you've set up your build system but I just wondered how far back to go to look and how the source structure has changed.

@uwearzt
Copy link
Owner

uwearzt commented Nov 13, 2014

Hi,
they are constantly changing the underlying structure :(. At the moment is use the follwing version:

commit f304c6ba83591678388024d30440e94781fa8d65
Merge: 734f365 aee7023
Author: Bogdan Marinescu <bogdan.marinescu@gmail.com>
Date:   Fri Aug 29 20:42:28 2014 +0100

    Merge pull request #471 from dbestm/master

    [NUCLEOs] enhance i2c api

i will pull the newest version in the next days and try to upgrade my scripts.

Greetings

Uwe

@rosterloh
Copy link
Author

Awesome. I'll have a look. Thanks!

@uwearzt
Copy link
Owner

uwearzt commented Nov 13, 2014

Hmm, works for me with the newest commit:

commit 08c85ef1361a8a0c66ab4c27be8f4fd9f032a14c
Merge: 858196f ae8d818
Author: Martin Kojtal <c0170@rocketmail.com>
Date:   Thu Nov 13 08:21:18 2014 +0000

    Merge pull request #680 from mbrudevoldlpd/master

    Platform: Add support for MultiTech mDot module

which module are you using and could you give me the Error message?

@rosterloh
Copy link
Author

So it seems like you're collecting up the require .o files to link into your binary. Do you do a build with the mbed tools before and then just use cmake externally? I've been working on adding the mbed source as a submodule and building the sources as needed.

Also the paths in all of the includes for the libraries are no long valid. eg. RTOS has added TARGET_CORTEX_M and USB has moved around a lot

@uwearzt
Copy link
Owner

uwearzt commented Nov 19, 2014

Hi,

correct, i use the prebuilt .o from the mbed folder. I think, thats the right way to do it.

@Konkzor
Copy link

Konkzor commented Dec 23, 2015

Hi uwearzt,

Thank you for your work. It seems that the mbed repo structure has changed since the last post (last year...) Do you know since when ? Are you working on fixing your code ?

Thank your for your answer.
Regards,
K.

@uwearzt
Copy link
Owner

uwearzt commented Dec 26, 2015

Hi Konkzor,

i had a long pause from this project :). But i will do some additional work on it in about hopefully a month. But you can create a github pull request all the time, i will merge it as soon as possible.

Greetings from Germany

Uwe

Am 23.12.2015 um 19:29 schrieb Konkzor notifications@github.com:

Hi uwearzt,

Thank you for your work. It seems that the mbed repo structure has changed since the last post (last year...) Do you know since when ? Are you working on fixing your code ?

Thank your for your answer.
Regards,
K.


Reply to this email directly or view it on GitHub #1 (comment).

@Konkzor
Copy link

Konkzor commented Dec 26, 2015

Hi,

I finally understood that the structure of the mbed library that you considered was the one of the mbed library you get in an exported project from the mbed platform... I had compared yours with the one of the structure of the mbed library from the official mbed repo..so my mistake.

I made some modifications to fit with my project and it seems to work fine !

Thank you for your work (I was not usued to Cmake stuffs and it helped me a lot).

Best regards,

K.

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

No branches or pull requests

3 participants