📎 AI Summary:
The forum thread discusses converting an application or code from x86 to ARM architecture, specifically for use on a device with an SQ2 processor. The original poster seeks guidance on how to accomplish this, but the responder clarifies that compiled code cannot simply be converted; instead, one needs access to the source code and a suitable compiler to rebuild it for ARM. Overall, the conversation emphasizes the necessity of source code and proper compilation tools to achieve cross-architecture compatibility.

Justice

New Member
Joined
Nov 1, 2020
Messages
11
Thread Author #1
Maybe I posted in wrong thread, looking to see what or how to convert x86 to arm so I can run msg app.

Sent from my motorola edge plus using Tapatalk
 

Solution
I've already told you, you compile the code. If you want to understand what that is there is plenty documentation and guides on the basics of software development and compiling code.

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Convert what? If it's code you have to be able to compile it for ARM CPUs.
 

Justice

New Member
Joined
Nov 1, 2020
Messages
11
Thread Author #3
Convert what? If it's code you have to be able to compile it for ARM CPUs.
Ok if you look at signal.org I was told by my friend I need to convert it, I have the new sq2 proc

Sent from my motorola edge plus using Tapatalk
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
They don't supply source code for signal just the library for development. I'm not sure what you would convert since it has to be source.
 

Justice

New Member
Joined
Nov 1, 2020
Messages
11
Thread Author #5
They don't supply source code for signal just the library for development. I'm not sure what you would convert since it has to be source.
I understand now but can you point me in the direction to do this? Maybe future apps/projects with open code

Sent from my motorola edge plus using Tapatalk
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
You can't convert compiled code. If it's possible to get it working on ARM I would ask on signal's forum
 

Justice

New Member
Joined
Nov 1, 2020
Messages
11
Thread Author #7
You can't convert compiled code. If it's possible to get it working on ARM I would ask on signal's forum
I did reason I'm here, what program is used to do something like this for future.

Sent from my motorola edge plus using Tapatalk
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
There isn't. You need the source code and you'd need to compile it for ARM
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Taking a step back, what platform are you trying to run Signal on? It should be available on most platforms.
 

Justice

New Member
Joined
Nov 1, 2020
Messages
11
Thread Author #12
Taking a step back, what platform are you trying to run Signal on? It should be available on most platforms.
Ok I have a surface pro X sq2 proc so I want to know how to convert it. This new surface I got runs on Arm

Sent from my motorola edge plus using Tapatalk
 

Last edited:

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
You'll have to wait until Signal releases a Windows ARM version. Signal source code isn't available.
 

Justice

New Member
Joined
Nov 1, 2020
Messages
11
Thread Author #14
You'll have to wait until Signal releases a Windows ARM version. Signal source code isn't available.
Yes that I know but how would one go about it? Saying I have the code what would I need?

Sent from my motorola edge plus using Tapatalk
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
I've already told you, you compile the code. If you want to understand what that is there is plenty documentation and guides on the basics of software development and compiling code.
 

Solution

Justice

New Member
Joined
Nov 1, 2020
Messages
11
Thread Author #16
I've already told you, you compile the code. If you want to understand what that is there is plenty documentation and guides on the basics of software development and compiling code.
Ok was just looking for something like visual studio etc......

Sent from my motorola edge plus using Tapatalk
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Never tried compiling anything for ARM. It's probably possible but you'd need to consult documentation.
 

Justice

New Member
Joined
Nov 1, 2020
Messages
11
Thread Author #18
Never tried compiling anything for ARM. It's probably possible but you'd need to consult documentation.
I understand can you point me to docs or programs that would do this please

Sent from my motorola edge plus using Tapatalk
 

Justice

New Member
Joined
Nov 1, 2020
Messages
11
Thread Author #19
Ok signal source code is public, can anyone help me and tell me how to compile for Arm

Sent from my motorola edge plus using Tapatalk