Displaying 20 results from an estimated 1000 matches similar to: "Cross-compile Samba 3.5.6 with STLinux 2.3 (SH4 CPU)"
2012 May 18
1
[sh4] klibc SIGILL
Hi sh4 porters,
I?ve just fixed a regression of klibc to build from source
on sh4 using the sumotsu.debian.net porterbox (thanks for
making one available) and found a problem with your archi-
tecture: all binaries built with klibc (shared and static)
get a SIGILL (illegal instruction).
I suspect that different CFLAGS are needed. Please, someone,
have a look at it; a release of klibc 2.0 upstream
2007 Dec 17
0
Swfdec on STLinux
Hey,
As some people might know, I've been contacted to make Swfdec run, and
preferrably run fast, as a default UI on an STLinux[1] board. (For
everyone not aware of it, this is an embedded ARM architecture (266MHz
I think?) that uses DirectFB[2] for graphic output.)
This mail is intended as a status report, it contains what I've
learned and done about this in the last week. I've
2010 Mar 28
1
[git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's
hello hpa!
added on top of queue ext4 fix, that Ubuntu is carrying from cjwatson.
Got missed out in previous pull requests. Btrfs recognition in fstype.
the patch queue contains sync with latest dash, sh4 fix by Debian porters,
dprintf usage in ipconfig, kinit and nfsmount instead of buggy DEBUG
macro. ipconfig memcpy usage to avoid strict aliasing warnings.
Some interesting README's got
2004 Jan 11
1
cross compling openssh-3.5p1 for ppc
Greetings:
------------ BACKGROUND --------------------------
I am using the Monta Vista development kit on an Intel RedHat Linux
platform... the target is PPC_405.
The configure utility that comes with the openssh-3.5p1 code will not
support cross compilation. It gives an error message about not being able
to test its results and then exits before it creates a Makefile. To get
around this
2010 Apr 22
0
(fwd) Bug#578076: sh4: syscalls do not work
that looks great, will include it in my next patch queue.
now that 1.5.18 is out of the door,
posting to mailing list for review and will soon try it out.
----- Forwarded message from Aurelien Jarno <aurel32 at debian.org> -----
Date: Fri, 16 Apr 2010 18:17:58 +0200
From: Aurelien Jarno <aurel32 at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject:
2010 Mar 22
1
[git pull] dash, sh4, README's
hello hpa,
pushed out new patch queue :)
It contains the sync with latest dash git, renaming of some README's
to ease their packaging, sparc32 socket test and a sh4 fix by Debian
porters (numbers of changes is huge, but mostly contained in dash).
git pull git://git.debian.org/users/maks/klibc.git maks
initramfs-tools seems happy with that version of dash,
saw no regression on boot test with
2003 Dec 26
2
DevKitLite compiles but won't load modules or run asterisk
I'm trying to install on a 233Mz PII running RH7.1 kernel 2.4.2
The "astinstall" script pulled files from CVS ok and compiled with no
warnings. When I try to run "modprobe wcfxo" and "modprobe wcusb" I get
the following identical set of error messages:
15. Creating sample environment...SKIPPED
================= Installation Completed! ====================
2003 Mar 04
1
devkit gone?
I was considering buying a devkit, bit it looks like it's not longer
available.
Will there be a replacement devkit?
If not, where to buy a reasonable priced channel bank?
Which channel bank was included in the devkit and where can it be bought?
(btw I live in Holland)
Chris
2008 Sep 08
3
Support for different Architectures
Dear All,
I am new to FLAC. I have to port FLAC on sh4 architecture. Can somebody
please let me know which architectures FLAC supports today? Also if
somebody has an idea about the functionality of the code written in
assembly, it would be of great help.
Thanks and Regards
Divyahaas Bhatia
Senior Technical Leader
Pace Micro Technology (India) Private Limited
Bringing Technology
2010 May 30
3
Silent Hunter 4 1.5 on MacOS X/Wine 1.2-rc2
Hello all,
I tried to run SH4 1.5 on my Mac (MacOS X 10.6.3 Snow Leopard) but it crashes even before the menus can be displayed because of some unimplemented D3DX call (D3DXCreateTextureFromFileExA) in D3DX9_36.dll.
I used Wine version 1.2-rc2.
According to the AppDB, several persons who ran it on Linux got the menus working.
How is it possible that running SH4 on Linux doesn't trigger
2013 Feb 26
2
Will FXRuby be ready to use with Ruby 2.0.0 x64 and x32 on Windows?
Hi Lars, people. I''ve realized that currently the gem(version 1.6.26) doesn''t work with Ruby 2.0.0 in Windows 32 bits, neither the 64 bits version, I''m talking about the versions listed here: http://rubyinstaller.org/downloads/ . There you can see both versions of Ruby and also the both versions of the DevKit: mingw64-32 and mingw64-64. I''ve tested with both
2010 Apr 25
2
[git pull] small fixes, sh4, getruage() README's
hello hpa,
current patch queue for review, please pull:
git pull git://git.debian.org/users/maks/klibc.git maks
Aurelien Jarno (1):
[klibc] sh4: syscalls fixes
Benjamin Cama (1):
[klibc] fstype: btrfs size endianness fix
Thorsten Glaser (1):
[klibc] add getrusage()
maximilian attems (3):
[klibc] resume: silence warning on resume try
[klibc] bootp_packet.h minor
2017 Jun 22
2
[PATCH v2 13/14] drm: stm: remove dead code and pointless local lut storage
On 06/22/2017 08:06 AM, Peter Rosin wrote:
> The redundant fb helper .load_lut is no longer used, and can not
> work right without also providing the fb helpers .gamma_set and
> .gamma_get thus rendering the code in this driver suspect.
>
Hi Peter,
STM32 chipsets supports 8-bit CLUT mode but this driver version does not
support it "yet" (final patch has not been upstreamed
2011 Feb 09
3
[LLVMdev] Lowering "memcpy" intrinsic function on ARM using LDMIA/STMIA
09.02.2011 18:57, Jason Kim пишет:
> On Wed, Feb 9, 2011 at 5:02 AM, Vasiliy Korchagin
> <vasiliy.korchagin at gmail.com> wrote:
>> Hi,
>>
>> llvm emits code for "memcpy" on ARM as consecutive ldr/str commands, and
>
> Hmm, this happens elsewhere as well (x86?). Perhaps what we need is a
> switch to disable memset/memcpy lowering?
>
Do you
2011 Feb 09
0
[LLVMdev] Lowering "memcpy" intrinsic function on ARM using LDMIA/STMIA
-fno-builtin is the flag you want.
deep
On Wed, Feb 9, 2011 at 10:18 PM, Корчагин Василий
<vasiliy.korchagin at gmail.com> wrote:
> 09.02.2011 18:57, Jason Kim пишет:
>> On Wed, Feb 9, 2011 at 5:02 AM, Vasiliy Korchagin
>> <vasiliy.korchagin at gmail.com> wrote:
>>> Hi,
>>>
>>> llvm emits code for "memcpy" on ARM as consecutive
2011 Feb 09
3
[LLVMdev] Lowering "memcpy" intrinsic function on ARM using LDMIA/STMIA
Hi,
llvm emits code for "memcpy" on ARM as consecutive ldr/str commands, and
further combines them into ldm/stm with special pass after register
allocation. But ldm/stm commands require registers to go in ascending
order, what is often not so after regalloc, therefore some str/ldr
commands. For example such code:
struct Foo {int a, b, c, d; }
void CopyStruct(struct Foo *a, struct
2010 Apr 16
0
[git pull v4] dash, sh4, ipconfig, dprintf, fstype, README's
hello hpa,
pulled in latest dash containing your jobcontrol patch and fixed
faccessat() in klibc on the way. the build of this needs lmkl fix:
http://marc.info/?l=linux-kernel&m=127138736217956&w=2
patch queue otherwise similar to previous pull request, please pull:
git pull git://git.debian.org/users/maks/klibc.git maks
Aleksey Cheusov (1):
[klibc] [BUILD] Fixed build on NetBSD
2008 Apr 22
0
[LLVMdev] Google Summer of Code Projects
On Tuesday 22 April 2008, Chris Lattner wrote:
> [llvmir] "Software Transactional Memory (STM) support in LLVM" by
> Luis Felipe Strano
Hi,
I'd like to know more about the directions for the STM project.
Somewhat contrary to what the project's abstract states, there are open C/C++
based implementations for compiler support for memory transactions. Besides
some
2011 Feb 09
0
[LLVMdev] Lowering "memcpy" intrinsic function on ARM using LDMIA/STMIA
On Wed, Feb 9, 2011 at 5:02 AM, Vasiliy Korchagin
<vasiliy.korchagin at gmail.com> wrote:
> Hi,
>
> llvm emits code for "memcpy" on ARM as consecutive ldr/str commands, and
Hmm, this happens elsewhere as well (x86?). Perhaps what we need is a
switch to disable memset/memcpy lowering?
> further combines them into ldm/stm with special pass after register
>
2009 Nov 03
3
Weird operator behaviour
Hi,
I have a dataset called 'fish'. fish$Species returns extract 1. When I use
fish$Species != c("CRA","PHC"), i.e. I want all species except "CRA" and
"PHC", I get extract 2 which is blatantly wrong. Can anyone see what I'm
doing wrong?
Regards,
James
EXTRACT 1
> fish$Species
[1] ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB