pupa-devel
[Top][All Lists]
Advanced

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

Re: build error with CVS


From: Yoshinori Okuji
Subject: Re: build error with CVS
Date: Tue, 16 Sep 2003 12:46:47 +0100 (BST)

 --- Robert Millan <address@hidden> wrote:
> $ nm -u -P -p pre-_chain.o
> pupa_file_open U
> pupa_loader_set U
> pupa_device_open U
> pupa_disk_read U
> pupa_errno U
> pupa_strcmp U
> pupa_chainloader_real_boot U
> pupa_error U
> pupa_device_close U
> pupa_dl_ref U
> pupa_file_read U
> pupa_file_close U
> pupa_dl_unref U
> pupa_rescue_unregister_command U
> pupa_rescue_register_command U

Ah, I understand. Finally, they have fixed the inconsistency against POSIX. In
older versions of binutils, "nm -u" did not print the symbol type U.

Well, this is a proposal for the solution. First, change the line 138 of
genmk.rb:
        $(NM) -u -P -p $< >> $@
to:
        $(NM) -u -P -p $< | cut -f1 -d' ' >> $@

And, run autogen.sh on the top source directory. I think this wouldn't have any
bad side-effect, so I'll check in this change once the CVS recovers.

Okuji




reply via email to

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