search for: circuitpython

Displaying 2 results from an estimated 2 matches for "circuitpython".

2017 Apr 30
4
Help with setting up ARM embedded clang + lld
...on the llvm toolchain. I've tried setting up clang + lld but can't get lld to work because clang tries to launch gcc. I realize support is early but I'd love to have a dev setup so I can help fix things. Could some help me setup my Makefiles in this project: https://github.com/tannewt/circuitpython/tree/clang to use dev builds of clang and lld? Thanks! ~Scott
2017 May 03
2
Help with setting up ARM embedded clang + lld
On 2 May 2017 at 23:59, Rui Ueyama <ruiu at google.com> wrote: > That's interesting. Usually your code wouldn't be gc'ed because your entire > code is reachable from _start. Baremetal doesn't need a _start. > Does your program depend on the feature that, if no -e option is given, the > linker sets the beginning of the .text section to the entry point address?