Hi I'm trying to build my project using eclipse. I've got it working by choosing "Export"->"GNU ARM Eclipse" from the cloud IDE. This builds OK. However, this leaves me with an un-versioned export of the mbed-os source code.
What I'd like to do is replace this library with a git-clone of the mbed-os repository, so I can remain in sync with bug-fixes etc.. However, when I try replacing the mbed-os library folder in the project with a clone of the git repo, it won't build any more (billions of errors). I guess I need to do something to configure the repo clone but I've no idea what.
What do I need to do to replace the Cloud IDE exported mbed-os with a clone of the mainline repo?
I'm using the vanilla gcc-arm toolchain, eclipse-4.7.3 with gnu-mcu-eclipse plugins on fedora-28 linux 64-bit. I'm building for a LPC1768 module.
Can anyone explain a bit more clearly how to build the github repo?
Thanks,
BC
Hi I'm trying to build my project using eclipse. I've got it working by choosing "Export"->"GNU ARM Eclipse" from the cloud IDE. This builds OK. However, this leaves me with an un-versioned export of the mbed-os source code.
What I'd like to do is replace this library with a git-clone of the mbed-os repository, so I can remain in sync with bug-fixes etc.. However, when I try replacing the mbed-os library folder in the project with a clone of the git repo, it won't build any more (billions of errors). I guess I need to do something to configure the repo clone but I've no idea what.
What do I need to do to replace the Cloud IDE exported mbed-os with a clone of the mainline repo?
I'm using the vanilla gcc-arm toolchain, eclipse-4.7.3 with gnu-mcu-eclipse plugins on fedora-28 linux 64-bit. I'm building for a LPC1768 module.
Can anyone explain a bit more clearly how to build the github repo? Thanks, BC