bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with as compiler


From: Krzysztof Frąckowiak
Subject: problem with as compiler
Date: Wed, 31 Dec 2003 12:07:46 +0100

I have some problem with as compiler for arm cpu.
 
I decalred global symbol   max_len as value 5 in file1
    .global max_len
    .egu   max_len, 5
I try to use this symbol max_len in other  file2
     cmp  r1,#max_len
but as  didn't compile it. As sent message:
 
  Internal relocation (type 180)
 
Would you like to solve this problem.
 
Regards
K. Frackowiak

reply via email to

[Prev in Thread] Current Thread [Next in Thread]