bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/18336] New: arm-linux-gnueabihf-ld not working


From: amininasab.mehdi at gmail dot com
Subject: [Bug ld/18336] New: arm-linux-gnueabihf-ld not working
Date: Mon, 27 Apr 2015 06:24:00 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=18336

            Bug ID: 18336
           Summary: arm-linux-gnueabihf-ld not working
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: critical
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: amininasab.mehdi at gmail dot com
  Target Milestone: ---

Created attachment 8274
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8274&action=edit
arm-linux-gnueabihf-ld not working

hi Sourceware Bugzilla group... tanck you...

I've run a C program as follows

1- arm-linux-gnueabi-gcc -o exerun exerciseafterflow.c

2- arm-linux-gnueabi-gcc -S -marm exerciseafterflow.c

3- arm-linux-gnueabi-as -o exerciseafterflow.o exerciseafterflow.s

4- arm-linux-gnueabihf-ld -o exerun exerciseafterflow.o

error is occers in step 4 , error is : 

arm-linux-gnueabihf-ld: warning: cannot find entry symbol _start; defaulting to
0000000000008074
exerciseafterflow.o: In function `main':
exerciseafterflow.c:(.text+0x8c): undefined reference to `__aeabi_idiv'
exerciseafterflow.c:(.text+0xa0): undefined reference to `__aeabi_idiv'
exerciseafterflow.c:(.text+0x158): undefined reference to `printf'
exerciseafterflow.c:(.text+0x164): undefined reference to `printf'
exerciseafterflow.c:(.text+0x170): undefined reference to `printf'

please help me... i am so tired...

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

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