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
What steps will reproduce the problem?
1. call putc or fputc in a C program
2. compile & run program
3.
What is the expected output? What do you see instead?
The program will compile but produces the following error at runtime:
CANNOT LINK EXECUTABLE: ./x invalid R_ARM_COPY relocation against DT_SYMBOLIC
shared library libc.so (built with -Bsymbolic?)
What version of the product are you using? On what operating system?
Android 4.3 on Asus Transformer TF701T
terminal-ide 2.02
Please provide any additional information below.
Interestingly getc and fgetc work fine.
Original issue reported on code.google.com by [email protected] on 28 Jun 2014 at 4:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jun 2014 at 4:57The text was updated successfully, but these errors were encountered: