Displaying 1 result from an estimated 1 matches for "91f569".
2018 Jun 17
2
status of msp430?
...*error_message = strdup("TargetMachine can't emit a file of
this type");
return true;
}
I tried using clang alone: clang -c add.c -target msp430-unknown
int add(int a, int b) {
return a + b;
}
$ clang -c add.c -target msp430-unknown
/run/user/1000/add-91f569.s: Assembler messages:
/run/user/1000/add-91f569.s:7: Error: no such instruction: `push.w r4'
/run/user/1000/add-91f569.s:8: Error: no such instruction: `mov.w r1,r4'
/run/user/1000/add-91f569.s:9: Error: no such instruction: `sub.w '
/run/user/1000/add-91f569.s:10: Error: no such instr...