# mobilecc **Repository Path**: houkaisen/mobilecc ## Basic Information - **Project Name**: mobilecc - **Description**: 4G网卡模块拨号上网(QUECTEL EC20 Series LTE Module) - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-06-24 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mobilecc 4G网卡模块拨号上网(QUECTEL EC20 Series LTE Module) # Compile command ## linux pc - mkdir build - cd build - cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON - make ## arm pc (hi3516e) - mkdir build-cross - cd build-cross - cmake .. -DCMAKE_CXX_COMPILER=arm-himix100-linux-g++ -DCMAKE_PREFIX_PATH=/home/kaisen/opt/hi3516e - make