[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-04 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=396905

--- Comment #3 from Petar Jovanovic  ---
Does Aleksandar's comment and suggestion work for you?

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-06 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=396905

Petar Jovanovic  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #4 from Petar Jovanovic  ---
Changing status to NEEDSINFO.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-10 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=396905

Petar Jovanovic  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Petar Jovanovic  ---
Closing this as "WORKSFORME".
Reopen this issue if you are still having problems.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Hongxu Jia  changed:

   What|Removed |Added

   Assignee|jsew...@acm.org |hongxu@windriver.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Hongxu Jia  changed:

   What|Removed |Added

   Platform|Other   |Compiled Sources

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

--- Comment #1 from Hongxu Jia  ---
Created attachment 114163
  --> https://bugs.kde.org/attachment.cgi?id=114163&action=edit
fix opcode not supported on mips32-linux

Since the following commit applied, it defines CLFAGS for mips32,
but missed to pass them to tests which caused the failure
...
3e344c57f Merge in a port for mips32-linux
...

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Hongxu Jia  changed:

   What|Removed |Added

 CC||hongxu@windriver.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-03 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=396905

Julian Seward  changed:

   What|Removed |Added

 CC||jsew...@acm.org,
   ||mips3...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-04 Thread Aleksandar Rikalo
https://bugs.kde.org/show_bug.cgi?id=396905

Aleksandar Rikalo  changed:

   What|Removed |Added

 CC||aleksandar.rik...@rt-rk.com

--- Comment #2 from Aleksandar Rikalo  ---
Hi,

Unfortunately, this kind of fix makes troubles in case of specific CFLAGS are
passed.
However, build whole Valgrind for the "mips1" isn't good idea at all.

>From `README.mips`:

>> The build system expects that native GCC is configured correctly and 
>> optimized for the platform.
Yet, this may not be the case with some Debian distributions which configure
GCC to compile to "mips1" by default. Depending on a target platform, using
CFLAGS="-mips32r2", CFLAGS="-mips32" or CFLAGS="-mips64" or
CFLAGS="-mips64 -mabi=64" will do the trick and compile Valgrind correctly. <<

Please let us know if ./configure CFLAGS="-mips32" doesn't work for you.

Regards,
Aleksandar

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-06 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=396905

Petar Jovanovic  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #4 from Petar Jovanovic  ---
Changing status to NEEDSINFO.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-10 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=396905

Petar Jovanovic  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Petar Jovanovic  ---
Closing this as "WORKSFORME".
Reopen this issue if you are still having problems.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2023-11-08 Thread Randy MacLeod
https://bugs.kde.org/show_bug.cgi?id=396905

Randy MacLeod  changed:

   What|Removed |Added

 CC||rwmacl...@gmail.com

--- Comment #6 from Randy MacLeod  ---
I dropped Hongxu's patch in the Yocto/oe-core valgrind recipe that I'm updating
and it works for me now too.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Hongxu Jia  changed:

   What|Removed |Added

   Assignee|jsew...@acm.org |hongxu@windriver.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Hongxu Jia  changed:

   What|Removed |Added

   Platform|Other   |Compiled Sources

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

--- Comment #1 from Hongxu Jia  ---
Created attachment 114163
  --> https://bugs.kde.org/attachment.cgi?id=114163&action=edit
fix opcode not supported on mips32-linux

Since the following commit applied, it defines CLFAGS for mips32,
but missed to pass them to tests which caused the failure
...
3e344c57f Merge in a port for mips32-linux
...

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Hongxu Jia  changed:

   What|Removed |Added

 CC||hongxu@windriver.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-03 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=396905

Julian Seward  changed:

   What|Removed |Added

 CC||jsew...@acm.org,
   ||mips3...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-04 Thread Aleksandar Rikalo
https://bugs.kde.org/show_bug.cgi?id=396905

Aleksandar Rikalo  changed:

   What|Removed |Added

 CC||aleksandar.rik...@rt-rk.com

--- Comment #2 from Aleksandar Rikalo  ---
Hi,

Unfortunately, this kind of fix makes troubles in case of specific CFLAGS are
passed.
However, build whole Valgrind for the "mips1" isn't good idea at all.

>From `README.mips`:

>> The build system expects that native GCC is configured correctly and 
>> optimized for the platform.
Yet, this may not be the case with some Debian distributions which configure
GCC to compile to "mips1" by default. Depending on a target platform, using
CFLAGS="-mips32r2", CFLAGS="-mips32" or CFLAGS="-mips64" or
CFLAGS="-mips64 -mabi=64" will do the trick and compile Valgrind correctly. <<

Please let us know if ./configure CFLAGS="-mips32" doesn't work for you.

Regards,
Aleksandar

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-09-04 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=396905

--- Comment #3 from Petar Jovanovic  ---
Does Aleksandar's comment and suggestion work for you?

-- 
You are receiving this mail because:
You are watching all bug changes.