GoogleCloudPlatform / iot-device-sdk-embedded-c

Cloud IoT Device SDK for Connectivity to IoT Core.
Other
246 stars 81 forks source link

"make" command error #67

Open PranitaJindal opened 5 years ago

PranitaJindal commented 5 years ago

https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/blob/a26ee5ec79ad61eaf58461a1ef870f217e08b9d4/examples/freertos_linux/Linux_gcc_gcp_iot/main.c#L139

Error is removed only after changing "%lu bytes" to "%hu bytes" when running make command in Raspbian.

sheindel commented 4 years ago

Just tested successfully on a Raspberry Pi with the following tooling versions

make --version: GNU Make 4.1
cc --version: cc (Raspbian 6.3.0-18+rpi1+deb9u1) 6.3.0 20170516
ar --version: GNU ar (GNU Binutils for Raspbian) 2.28

Project retrieved with submodules

git clone --recurse-submodules https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c

Repo status:

git status: 
  On branch master
  Your branch is up-to-date with 'origin/master'.
  nothing to commit, working tree clean

git log --oneline | head -n1
  0ba5d3f Merge pull request #91 from kevinresol/patch-1

All builds seemed to work for me. Recommend adding more information, opening a PR, or closing the issue. Thanks!