Re: crossarm-gcc brak obsługi cortex-m0

2011-02-21 Wątek Bartlomiej Zimon
Dnia 21 lutego 2011 13:23 Daniel Dawid Majewski  napisał(a):
> Czy może ktoś(TM) rozgryzł ten problem - którą wersję gcc tu potrzeba ?
> $ make
> Assembling file: startup.S
> arm-linux-gnueabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb
> -g -ggdb3 -Wa,-amhls=out/startup.lst  -MD -MP -MF out/startup.d -I.
> startup.S -o out/startup.o
> startup.S:0: error: bad value (cortex-m0) for -mcpu= switch
> 
> [...]
> $ rpm -q crossarm-gcc
> crossarm-gcc-4.2.2-1gnueabi.x86_64
> 

4.5.0 a najpewniej 4.5.1

Pozdrawiam
Bartlomiej Zimon
___
pld-users-pl mailing list
pld-users-pl@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-users-pl


Re: crossarm-gcc brak obsługi cortex-m0

2011-02-21 Wątek Artur Frysiak
2011/2/21 Daniel Dawid Majewski :
> Czy może ktoś(TM) rozgryzł ten problem - którą wersję gcc tu potrzeba ?
> $ make
> Assembling file: startup.S
> arm-linux-gnueabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb
> -g -ggdb3 -Wa,-amhls=out/startup.lst  -MD -MP -MF out/startup.d -I.
> startup.S -o out/startup.o
> startup.S:0: error: bad value (cortex-m0) for -mcpu= switch
> [...]
> $ rpm -q crossarm-gcc
> crossarm-gcc-4.2.2-1gnueabi.x86_64

http://gcc.gnu.org/gcc-4.5/changes.html

Potrzebujesz nowszego crossarm-gcc.

-- 
Artur Frysiak
___
pld-users-pl mailing list
pld-users-pl@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-users-pl


Re: INFO Th: new mysql 5.5 [upgrade info]

2011-02-21 Wątek Wojciech Błaszkowski
Dnia Monday 21 of February 2011, Arkadiusz Miskiewicz napisał:
> > New mysql 5.5 (.8 at this moment) is going to be included into Th. Be
> > warned (as upgrading to it requires proper procedure described on
> > mysql.com documentation pages).
> 
> I'm running 5.5 on few hosts (including one with 30GB database) and there
> is  no problem.
> 
> Remember that if you want to upgrade without dump & restore you have to 
> upgrade from series to next series for example:
> 
> 4.1 -> 5.0; run mysql_upgrade script
> 5.0 -> 5.1; run mysql_upgrade script
> 5.1 -> 5.5; run mysql_upgrade script
> 
> You cannot upgrade directly from 5.0 to 5.5 for example.
> 
> 5.5 will land in main this week.

Again - no chance to see PHP 5.2 working with MySQ 5.5 on FTP obsolete 
directory ?

-- 
Pozdrawiam, Best regards, Mit freundlichen Grüßen,

Wojciech Błaszkowski
www.blaszkowski.com
GSM: +48 600 197 207
JID: wojt...@jabber.biz.pl
___
pld-users-pl mailing list
pld-users-pl@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-users-pl


crossarm-gcc brak obsługi cortex-m0

2011-02-21 Wątek Daniel Dawid Majewski
Czy może ktoś(TM) rozgryzł ten problem - którą wersję gcc tu potrzeba ?
$ make
Assembling file: startup.S
arm-linux-gnueabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb
-g -ggdb3 -Wa,-amhls=out/startup.lst  -MD -MP -MF out/startup.d -I.
startup.S -o out/startup.o
startup.S:0: error: bad value (cortex-m0) for -mcpu= switch


http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html:
[...]
-mcpu=name
This specifies the name of the target ARM processor. GCC uses this name
to determine what kind of instructions it can emit when generating
assembly code. Permissible names are: `arm2', `arm250', `arm3', `arm6',
`arm60', `arm600', `arm610', `arm620', `arm7', `arm7m', `arm7d',
`arm7dm', `arm7di', `arm7dmi', `arm70', `arm700', `arm700i', `arm710',
`arm710c', `arm7100', `arm720', `arm7500', `arm7500fe', `arm7tdmi',
`arm7tdmi-s', `arm710t', `arm720t', `arm740t', `strongarm',
`strongarm110', `strongarm1100', `strongarm1110', `arm8', `arm810',
`arm9', `arm9e', `arm920', `arm920t', `arm922t', `arm946e-s',
`arm966e-s', `arm968e-s', `arm926ej-s', `arm940t', `arm9tdmi',
`arm10tdmi', `arm1020t', `arm1026ej-s', `arm10e', `arm1020e',
`arm1022e', `arm1136j-s', `arm1136jf-s', `mpcore', `mpcorenovfp',
`arm1156t2-s', `arm1156t2f-s', `arm1176jz-s', `arm1176jzf-s',
`cortex-a5', `cortex-a8', `cortex-a9', `cortex-a15', `cortex-r4',
`cortex-r4f', `cortex-m4', `cortex-m3', `cortex-m1', `cortex-m0',
`xscale', `iwmmxt', `iwmmxt2', `ep9312'.
[...]
$ rpm -q crossarm-gcc
crossarm-gcc-4.2.2-1gnueabi.x86_64
-- 
Pozdrawiam,
Daniel Dawid Majewski
jabber:light-i/pld-users.org

___
pld-users-pl mailing list
pld-users-pl@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-users-pl


Re: INFO Th: new mysql 5.5 [upgrade info]

2011-02-21 Wątek Arkadiusz Miskiewicz
On Monday 31 of January 2011, Arkadiusz Miskiewicz wrote:
> Hi,
> 
> New mysql 5.5 (.8 at this moment) is going to be included into Th. Be
> warned (as upgrading to it requires proper procedure described on
> mysql.com documentation pages).

I'm running 5.5 on few hosts (including one with 30GB database) and there is 
no problem.

Remember that if you want to upgrade without dump & restore you have to 
upgrade from series to next series for example:

4.1 -> 5.0; run mysql_upgrade script
5.0 -> 5.1; run mysql_upgrade script
5.1 -> 5.5; run mysql_upgrade script

You cannot upgrade directly from 5.0 to 5.5 for example.

5.5 will land in main this week.

-- 
Arkadiusz MiśkiewiczPLD/Linux Team
arekm / maven.plhttp://ftp.pld-linux.org/
___
pld-users-pl mailing list
pld-users-pl@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-users-pl