Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [patch] oprofile: bump version to 0.9.4 and make architecture independent
@ 2008-07-25 14:17 Hans-Christian Egtvedt
  2008-08-12 11:19 ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Christian Egtvedt @ 2008-07-25 14:17 UTC (permalink / raw)
  To: buildroot

This patch will bump the version to 0.9.4 and let the build process be
architecture independent.
    
The old patches are not needed anymore, but a new patch for AVR32 has
been added to enable lookup_dcookie functionality.
    
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>

-- 
With kind regards,
Hans-Christian Egtvedt, Applications Engineer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: oprofile-bump-and-fix.patch
Type: text/x-patch
Size: 12772 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20080725/8b0bf0eb/attachment-0001.bin 

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

* [Buildroot] [patch] oprofile: bump version to 0.9.4 and make architecture independent
  2008-07-25 14:17 [Buildroot] [patch] oprofile: bump version to 0.9.4 and make architecture independent Hans-Christian Egtvedt
@ 2008-08-12 11:19 ` Hans-Christian Egtvedt
  2008-09-11 15:08   ` Fathi Boudra
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Christian Egtvedt @ 2008-08-12 11:19 UTC (permalink / raw)
  To: buildroot

On Fri, 2008-07-25 at 16:17 +0200, Hans-Christian Egtvedt wrote:

Bump

> This patch will bump the version to 0.9.4 and let the build process be
> architecture independent.
>     
> The old patches are not needed anymore, but a new patch for AVR32 has
> been added to enable lookup_dcookie functionality.
>     
> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
> 
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
-- 
With kind regards,
Hans-Christian Egtvedt, Applications Engineer

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

* [Buildroot] [patch] oprofile: bump version to 0.9.4 and make architecture independent
  2008-08-12 11:19 ` Hans-Christian Egtvedt
@ 2008-09-11 15:08   ` Fathi Boudra
  2008-09-12 15:50     ` Fathi Boudra
  2008-09-15 12:52     ` Hans-Christian Egtvedt
  0 siblings, 2 replies; 5+ messages in thread
From: Fathi Boudra @ 2008-09-11 15:08 UTC (permalink / raw)
  To: buildroot

Hi,

it fails to build for me on powerpc:
/usr/bin/install: cannot stat
`/home/test/build-area/toolchain/buildroot/build_powerpc/oprofile-0.9.4/events/powerpc/events':
No such file or directory
/usr/bin/install: cannot stat
`/home/test/build-area/toolchain/buildroot/build_powerpc/oprofile-0.9.4/events/powerpc/unit_masks':
No such file or directory

make: ***
[/home/test/build-area/toolchain/buildroot/project_build_powerpc/myproject/root/usr/bin/oprofiled]
Error 1

cheers,

Fathi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080911/d388974b/attachment.htm 

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

* [Buildroot] [patch] oprofile: bump version to 0.9.4 and make architecture independent
  2008-09-11 15:08   ` Fathi Boudra
@ 2008-09-12 15:50     ` Fathi Boudra
  2008-09-15 12:52     ` Hans-Christian Egtvedt
  1 sibling, 0 replies; 5+ messages in thread
From: Fathi Boudra @ 2008-09-12 15:50 UTC (permalink / raw)
  To: buildroot

Hi,

Please, find attached a fixed patch.
Merged with mine submitted some month ago.

cheers,

Fathi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080912/48617440/attachment-0001.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_oprofile_0003714.diff
Type: application/octet-stream
Size: 12004 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20080912/48617440/attachment-0001.obj 

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

* [Buildroot] [patch] oprofile: bump version to 0.9.4 and make architecture independent
  2008-09-11 15:08   ` Fathi Boudra
  2008-09-12 15:50     ` Fathi Boudra
@ 2008-09-15 12:52     ` Hans-Christian Egtvedt
  1 sibling, 0 replies; 5+ messages in thread
From: Hans-Christian Egtvedt @ 2008-09-15 12:52 UTC (permalink / raw)
  To: buildroot

On Thu, 11 Sep 2008 17:08:26 +0200
"Fathi Boudra" <fboudra@gmail.com> wrote:

> Hi,
> 
> it fails to build for me on powerpc:
> /usr/bin/install: cannot stat
> `/home/test/build-area/toolchain/buildroot/build_powerpc/oprofile-0.9.4/events/powerpc/events':
> No such file or directory
> /usr/bin/install: cannot stat
> `/home/test/build-area/toolchain/buildroot/build_powerpc/oprofile-0.9.4/events/powerpc/unit_masks':
> No such file or directory
> 

Weird, seems to be the ifeq's for sorting out which architecture should
be used that fails. I snatched the vital parts from your patch about
that.

I'll try converting in to Makefile.autotools.in while I am at it.

<snipp>

-- 
Best regards,
Hans-Christian Egtvedt

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

end of thread, other threads:[~2008-09-15 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25 14:17 [Buildroot] [patch] oprofile: bump version to 0.9.4 and make architecture independent Hans-Christian Egtvedt
2008-08-12 11:19 ` Hans-Christian Egtvedt
2008-09-11 15:08   ` Fathi Boudra
2008-09-12 15:50     ` Fathi Boudra
2008-09-15 12:52     ` Hans-Christian Egtvedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox