From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mynampati, Venkata S." To: "'gcc-help@gcc.gnu.org'" Subject: Help! < Invalid Constant> Date: Tue, 17 Jul 2001 08:00:00 -0000 Message-id: X-SW-Source: 2001-07/msg00222.html Hi, I am using gcc ver 3.0 to compile linux code. While compiling head-armv.S file, i get this error: head-armv.S: Assembler messages: head-armv.S:127: Error: Invalid constant make[1]: *** [head-armv.o] Error 1 Line 127 looks like "add r0, r4, #(TEXTADDR - 0x8000) >> 18" and i don;t see anything wrong with this statement. Can you help me find out what's going on here? Also, where can i get to see, gcc's list of error messages ? Thanks and rgds Venkat