You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nmenon do you mean regular clang or TI clang? I'm not very familiar with regular baremetal clang but it should be fairly straight-forward to port. For TI clang the stuff I pulled from the Processor SDK should work with no modification, and we can probably get away with copypasting the linker file. Only issue I can see is the newlib specific code (C startup and stdout retargeting etc) which from what I can gather is quite different from TI's libc.
Would be awesome if we can make this work with clang as well (something like make LLVM=1)?
The text was updated successfully, but these errors were encountered: