Skip to content

Common Issues and Solutions

Q1: Runtime error "GLIBCXX_3.4.30 not found"

Cause: default system libstdc++ version is too low.
Solution: preload the specified library version when running programs.

bash
LD_PRELOAD=/usr/lib/libstdc++.so.6.0.30 ./your_program

Q2: AidLite SDK installation failed

Troubleshooting steps:

  1. Confirm network connectivity and access to APLUX software repository.
  2. Confirm system version is Ubuntu 22.04.
  3. Check dependencies: apt install -y python3-pip libssl-dev.
  4. Retry package download and installation.

Q3: DSP mode run failed

Troubleshooting steps:

  1. Confirm using argument 3 (.bin model) or 4 (.so model).
  2. Confirm model is QNN format optimized for QCS8625.
  3. Check model file integrity and MD5 checksum.
  4. Reboot device and retry.

Q4: LLM service failed to start

Troubleshooting steps:

  1. Confirm A8625MY1 memory >= 8GB (16GB recommended for 7B models).
  2. Check model file integrity and path correctness.
  3. Check service logs: aidllm logs api.
  4. Try starting in CPU mode: aidllm start api --device cpu.