All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Hi, all,
@ 2008-01-20 22:30 Mike Frysinger
  2008-01-21  1:55 ` Mike Frysinger
                   ` (18 more replies)
  0 siblings, 19 replies; 26+ messages in thread
From: Mike Frysinger @ 2008-01-20 22:30 UTC (permalink / raw)
  To: linux-sh

[-- Attachment #1: Type: text/plain, Size: 450 bytes --]

On Sunday 20 January 2008, Fabio Giovagnini wrote:
> I have such a problem with.
> sh-uclibc-g++ 3.4.6
>
> /home/fgiovagnini/sh7203-uClinux-1.4/build/../gcc-3.4.6/gcc/unwind-dw2-fde-
>glibc.c:291: undefined reference to `dl_iterate_phdr'
>
> How can I solve.
> Any suggestion will be appreciated.

a one line error isnt exactly useful ... you didnt say what version of uClibc 
you're using or what you're using for a build system.
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 26+ messages in thread
* Hi all,
@ 2011-04-02  5:35 Lakshitha Harshan
       [not found] ` <AANLkTi=VS+_5YkcuvLqa_W1EGTyOk4D0YKrDwEdBeeUq@mail.gmail.com>
  0 siblings, 1 reply; 26+ messages in thread
From: Lakshitha Harshan @ 2011-04-02  5:35 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 3147 bytes --]

I'm trying to write the hash values of shared memory pages to a disk file.
To do that i have changed mem_sharing.c code. The change includes a call to
fopen function.
However when compiling the source i got the following error. I have included
header files which are on "/usr/include".

make -f /home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/Rules.mk
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/common/symbols-dummy.o
make[4]: Entering directory
`/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/arch/x86'
gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
-Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
 -DNDEBUG -nostdinc -fno-builtin -fno-common -iwithprefix include -Werror
-Wno-pointer-arith -pipe
-I/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/include
 -I/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/include/asm-x86/mach-generic
-I/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/include/asm-x86/mach-default
-I/usr/include -msoft-float -fno-stack-protector -fno-exceptions
-mno-red-zone -fpic -fno-asynchronous-unwind-tables
-DGCC_HAS_VISIBILITY_ATTRIBUTE -g -D__XEN__ -MMD -MF .symbols-dummy.o.d -c
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/common/symbols-dummy.c -o
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/common/symbols-dummy.o
make[4]: Leaving directory
`/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/arch/x86'
ld   -melf_x86_64 -L/usr/include -L/usr/include/ -T xen.lds -N
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/arch/x86/boot/built_in.o
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/common/built_in.o
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/drivers/built_in.o
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/xsm/built_in.o
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/arch/x86/built_in.o
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/crypto/built_in.o \

 /home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/common/symbols-dummy.o
-o /home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/.xen-syms.0
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/arch/x86/built_in.o: In
function `mem_sharing_nominate_page':
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/arch/x86/mm/mem_sharing.c:517:
undefined reference to `fopen'
/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/arch/x86/mm/mem_sharing.c:517:
relocation truncated to fit: R_X86_64_PC32 against undefined symbol `fopen'
ld: /home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/.xen-syms.0: hidden
symbol `fopen' isn't defined
ld: final link failed: Nonrepresentable section on output
make[3]: *** [/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/xen-syms]
Error 1
make[3]: Leaving directory
`/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/arch/x86'
make[2]: *** [/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen/xen] Error
2
make[2]: Leaving directory
`/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen'
make[1]: *** [install] Error 2
make[1]: Leaving directory
`/home/thilakshi/Xen/Xen-4.2/xen-4.0-testing.hg/xen'
make: *** [install-xen] Error 2

Can someone please check this error and tell me where to correct?

Thanks.
Harshan

[-- Attachment #1.2: Type: text/html, Size: 3571 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 26+ messages in thread
* Hi all,
@ 2010-11-14  8:19 Fabio Giovagnini
  0 siblings, 0 replies; 26+ messages in thread
From: Fabio Giovagnini @ 2010-11-14  8:19 UTC (permalink / raw)
  To: linux-mtd

I'm writing a simple software for a system without OS driving the 
MT29F16G08DAA WP EP A

Where can I find the datasheet?

Thanks in advange

-- 
Ing. Fabio Giovagnini

Aurion s.r.l.
P.I e C.F.
00885711200
skype: aurion.giovagnini
Tel. +39.051.594.78.24
Fax. +39.051.082.14.49
Cell. +39.335.83.50.919
www.aurion-tech.com

^ permalink raw reply	[flat|nested] 26+ messages in thread
* hi all!!
@ 2003-01-25 14:05 Alfonso Martone
  2003-01-26  3:52 ` Dan Olson
  0 siblings, 1 reply; 26+ messages in thread
From: Alfonso Martone @ 2003-01-25 14:05 UTC (permalink / raw)
  To: linux-8086

Hi all!

I'm just another ELKS fan. Recently, I was able to run the standard 
diskimages in a DOSemu window (wow!!).

The 0.1.0pre2 ELKS images under DOSemu 1.0.2 run fine (well, the ELKS 
kernel hogs the cpu, but runs).

I tried the same image on a Commodore PC-I (8088-class machine, 512k 
RAM, one fdd 360k, mono adapter) but the ELKS kernel crashes (reboots) 
soon after loading. 

greetings from south Italy

alf


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2011-04-03 14:23 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-20 22:30 Hi, all, Mike Frysinger
2008-01-21  1:55 ` Mike Frysinger
2008-01-21  7:46 ` Carmelo AMOROSO
2008-01-21  8:08 ` Mike Frysinger
2008-01-21  8:38 ` Fabio Giovagnini
2008-01-21  8:39 ` Fabio Giovagnini
2008-01-21 14:29 ` Fabio Giovagnini
2008-01-21 17:14 ` Carmelo AMOROSO
2008-01-21 17:50 ` Fabio Giovagnini
2008-01-22  7:58 ` Carmelo AMOROSO
2008-01-22  9:34 ` Kieran Bingham
2008-01-22  9:39 ` Fabio Giovagnini
2008-01-22  9:57 ` Paul Mundt
2008-01-22 10:13 ` Carmelo AMOROSO
2008-01-22 11:21 ` Fabio Giovagnini
2008-01-23 19:50 ` Fabio Giovagnini
2008-01-23 23:06 ` Fabio Giovagnini
2008-01-23 23:47 ` Kieran Bingham
2008-01-24 12:16 ` Fabio Giovagnini
2008-01-28 10:05 ` Fabio Giovagnini
  -- strict thread matches above, loose matches on Subject: below --
2011-04-02  5:35 Hi all, Lakshitha Harshan
     [not found] ` <AANLkTi=VS+_5YkcuvLqa_W1EGTyOk4D0YKrDwEdBeeUq@mail.gmail.com>
     [not found]   ` <AANLkTi=9D4LuQcqombfQKejoAwDeLPiS7GKFu7TTrgM6@mail.gmail.com>
2011-04-03  4:11     ` Srujan Kotikela
     [not found]       ` <AANLkTikcO2pJAxVDOG7tnHdH-qk4bBPYuic3dEk0TE8D@mail.gmail.com>
     [not found]         ` <AANLkTimytzKnn8xvezzGaAhzwWzmnXCQ+7=HUC=xW07Z@mail.gmail.com>
2011-04-03 14:23           ` Srujan Kotikela
2010-11-14  8:19 Fabio Giovagnini
2003-01-25 14:05 hi all!! Alfonso Martone
2003-01-26  3:52 ` Dan Olson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.