Re: [uClinux-dev] [PATCH] : Avoid filename TASK_SIZE test in do_getname() when no MMU

2010-05-21 Thread David Howells
Geert Uytterhoeven ge...@linux-m68k.org wrote:

 Are these also problematic?

None of these are problematic for NOMMU FRV because there I set:

#define TASK_SIZE   __UL(0xUL)

I would set it lower, but the flash is right at the top end of the address
space, and if I want to do XIP from it, this is required.  It's a fairly
meaningless constant in NOMMU anyway, so it's probably better just to set it
to this.  Actually, I should probably use ULONG_MAX instead.

David
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


Re: [uClinux-dev] [PATCH m68knommu] Improve short help of m68knommu/Kconfig/RAMSIZE for '0' case

2010-05-21 Thread Philippe De Muyter
On Fri, May 21, 2010 at 08:01:29AM +0200, Geert Uytterhoeven wrote:
 On Fri, May 21, 2010 at 07:49, Greg Ungerer g...@snapgear.com wrote:
  Philippe De Muyter wrote:
 
  While it is explained in the long help text, meaning of '0' for RAMSIZE
  is easily overlooked because is not mentionned in the short help text.
  Add that.
 
  I am reluctant to change that string to something so long.
  When running menuconfig for example on a normal 80 column
  window the end is chopped of. I much prefer brief strings
  in the prompt line.
 
 ... or auto-detect?
 
 Besides, bootloader-based autodetection is not the same as
 try to probe the RAM size at runtime.

try to probe the RAM size at runtime is the goal,

bootloader-based autodetection is the way it is implemented :)

Philippe

-- 
Philippe De Muyter  phdm at macqel dot be  Tel +32 27029044
Macq Electronique SA  rue de l'Aeronef 2  B-1140 Bruxelles  Fax +32 27029077
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


[uClinux-dev] LPC2478STK and Graphic library

2010-05-21 Thread Wan Mohd Fairuz Wan Ismail
Hi,
Does uclinux come with a graphic library or do we have to develop our own? I
have a STN display and  wonder how can I send text and images to this
display. Thanks


Regards,
Fairuz

-- 
Wan Mohd Fairuz WAN ISMAIL
Masters in Electronics Engineering
Majoring in Embedded System Engineering,
Polytech Nice Sophia Antipolis, FRANCE.

+33(0)643461339
+60172071591
15 Le Palais des Fleurs,
74 Boulevard Raymond Poincare,
06160 Juan les Pins, FRANCE.
http://www.watt.com.my
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

RE: [uClinux-dev] LPC2478STK and Graphic library

2010-05-21 Thread Allen Yang
you can use Nano-X. (MicroWindows)


-Original Message-
From: uclinux-dev-boun...@uclinux.org on behalf of Wan Mohd Fairuz Wan Ismail
Sent: Fri 5/21/2010 8:20 AM
To: uclinux-dev
Subject: [uClinux-dev] LPC2478STK and Graphic library
 
Hi,
Does uclinux come with a graphic library or do we have to develop our own? I
have a STN display and  wonder how can I send text and images to this
display. Thanks


Regards,
Fairuz

-- 
Wan Mohd Fairuz WAN ISMAIL
Masters in Electronics Engineering
Majoring in Embedded System Engineering,
Polytech Nice Sophia Antipolis, FRANCE.

+33(0)643461339
+60172071591
15 Le Palais des Fleurs,
74 Boulevard Raymond Poincare,
06160 Juan les Pins, FRANCE.
http://www.watt.com.my


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__winmail.dat___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

RE: [uClinux-dev] Error compiling uClinux on Ubuntu 9.10

2010-05-21 Thread HALLEE, JONATHAN
Hi Greg, thanks for your time.

Yes they should be in this folder

-Original Message-
From: uclinux-dev-boun...@uclinux.org
[mailto:uclinux-dev-boun...@uclinux.org] On Behalf Of Greg Ungerer
Sent: Friday, May 21, 2010 1:35 AM
To: uClinux development list
Subject: Re: [uClinux-dev] Error compiling uClinux on Ubuntu 9.10


Hi Jonathan,

HALLEE, JONATHAN wrote:
 I have some problems compiling uClinux version. 
 
 I have downloaded uClinux-dist-20070130 and installed the toolchain 
 |/m68k-uclinux-tools-20061214./|| I also added /usr/local/bin to
$PATH. 
 Since I'm using Ubuntu 9.10, I also linked the /bin/sh to bash.|
 
 It would be great if someone could help me.
 
 r...@ubuntu:~/uClinux-dist$ make
 
 make -C tools/ucfront
 
 make[1]: Entering directory `/home/rohs/uClinux-dist/tools/ucfront'
 
 make[1]: Nothing to be done for `all'.
 
 make[1]: Leaving directory `/home/rohs/uClinux-dist/tools/ucfront'
 
 ln -sf /home/rohs/uClinux-dist/tools/ucfront/ucfront tools/ucfront-gcc

 ln -sf /home/rohs/uClinux-dist/tools/ucfront/ucfront tools/ucfront-g++

 ln -sf /home/rohs/uClinux-dist/tools/ucfront/ucfront-ld
tools/ucfront-ld 
 make ARCH=m68knommu CROSS_COMPILE=m68k-elf- -j4 -C linux-2.6.x  ||
exit 1
 
 make[1]: m68k-elf-gcc: Command not found
 
 make[1]: Entering directory `/home/rohs/uClinux-dist/linux-2.6.x'
 
   CHK include/linux/version.h
 
   CHK include/linux/utsrelease.h
 
   CC  scripts/mod/empty.o
 
 /bin/sh: /usr/local/bin/m68k-elf-gcc: No such file or directory

Its not finding your toolchain. Check your toolchain install,
did the m68k-elf-* binaries end up in /usr/local/bin?

Regards
Greg




Greg Ungerer  --  Principal EngineerEMAIL: g...@snapgear.com
SnapGear Group, McAfee  PHONE:   +61 7 3435 2888
8 Gardner Close FAX: +61 7 3217 5323
Milton, QLD, 4064, AustraliaWEB: http://www.SnapGear.com
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev