2024-07-31 21:04:06 +02:00
|
|
|
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/trustzone-only.rs:17:1
|
2020-09-28 21:10:38 +01:00
|
|
|
|
|
2024-07-31 21:04:06 +02:00
|
|
|
LL | pub extern "C-cmse-nonsecure-entry" fn entry_function(input: u32) -> u32 {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-09-28 21:10:38 +01:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-09-28 21:10:38 +01:00
|
|
|
|
2024-07-31 21:04:06 +02:00
|
|
|
For more information about this error, try `rustc --explain E0570`.
|