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_programQ2: AidLite SDK installation failed
Troubleshooting steps:
- Confirm network connectivity and access to APLUX software repository.
- Confirm system version is Ubuntu 22.04.
- Check dependencies:
apt install -y python3-pip libssl-dev. - Retry package download and installation.
Q3: DSP mode run failed
Troubleshooting steps:
- Confirm using argument 3 (.bin model) or 4 (.so model).
- Confirm model is QNN format optimized for QCS8625.
- Check model file integrity and MD5 checksum.
- Reboot device and retry.
Q4: LLM service failed to start
Troubleshooting steps:
- Confirm A8625MY1 memory >= 8GB (16GB recommended for 7B models).
- Check model file integrity and path correctness.
- Check service logs:
aidllm logs api. - Try starting in CPU mode:
aidllm start api --device cpu.