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
This was an internal LLVM issue which was fixed, so best to just upgrade the compiler.
But now the latest nightly compiler has an issue with "ran out of registers during register allocation" unless you compile with LTO enabled. But I've still gotten this trying to add debug information.
Hello,
I have follow the book, at the moment I have created a json for Atmega1284p but during the compilation I have this error:
"LLVM ERROR: Expected a constant shift ammount!"
"error: could not compile 'core' (lib)"
This is my code:
`#![no_std]
#![no_main]
#[no_mangle]
pub extern fn main() {
}`
I have searched a lot for this problem, but I have found nothing about that...
Please could you help me??
Thanks
Simeon
The text was updated successfully, but these errors were encountered: