pot-desktop icon indicating copy to clipboard operation
pot-desktop copied to clipboard

[Feature]: Loongarch架构支持

Open Lichenkass opened this issue 6 months ago • 4 comments

Description

龙芯3A6000已发布,希望支持Loongarch架构

Application Scenario

龙芯新旧世界架构支持

References

No response

Lichenkass avatar Dec 28 '23 15:12 Lichenkass

交叉编译比较麻烦,也不知道依赖是不是都支持loongarch,你要有设备的话先直接编译尝试一下。

Pylogmon avatar Dec 28 '23 16:12 Pylogmon

Debian 上游尚未完全支持 Loongarch( Debian 对 LoongArch 的适配情况:https://areweloongyet.com/project/debian )

Integral-Tech avatar Dec 29 '23 08:12 Integral-Tech

https://github.com/pot-app/pot-desktop/issues/644#issuecomment-1871315391 编译报错,未支持的架构

Lichenkass avatar Jan 01 '24 22:01 Lichenkass

@Pylogmon 编译报错

> [email protected] tauri /home/Yuan0866/Downloads/pot-desktop
> tauri "build"

/home/Yuan0866/Downloads/pot-desktop/node_modules/.pnpm/@[email protected]/node_modules/@tauri-apps/cli/index.js:241
        throw new Error(`Unsupported architecture on Linux: ${arch}`)
        ^

Error: Unsupported architecture on Linux: loong64
    at Object.<anonymous> (/home/Yuan0866/Downloads/pot-desktop/node_modules/.pnpm/@[email protected]/node_modules/@tauri-apps/cli/index.js:241:15)
    at Module._compile (node:internal/modules/cjs/loader:1356:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
    at Module.load (node:internal/modules/cjs/loader:1197:32)
    at Module._load (node:internal/modules/cjs/loader:1013:12)
    at Module.require (node:internal/modules/cjs/loader:1225:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/Yuan0866/Downloads/pot-desktop/node_modules/.pnpm/@[email protected]/node_modules/@tauri-apps/cli/main.js:5:27)
    at Module._compile (node:internal/modules/cjs/loader:1356:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)

Node.js v18.19.0
 ELIFECYCLE  Command failed with exit code 1.

LichenKassYuan avatar Mar 15 '24 22:03 LichenKassYuan