johnwalicki / IoT-AssetTracking-Perishable-Network-Blockchain

Use an IoT Asset Tracking device to record environmental sensor conditions to a Hyperledger Blockchain Perishable Network
Apache License 2.0
68 stars 117 forks source link

compile error #9

Open gitjps opened 5 years ago

gitjps commented 5 years ago

Related to https://github.com/johnwalicki/IoT-AssetTracking-Perishable-Network-Blockchain/blob/master/ParticleElectron/README.md:

The command particle compile electron WatsonIoTAssetTracker --saveTo WatsonIoTAssetTracker.bin results in Compile failed: I couldn't find that: WatsonIoTAssetTracker.

The command particle compile electron WatsonIoTAssetTracker.ino --saveTo WatsonIoTAssetTracker.bin shows (perhaps my fault):

WatsonIoTAssetTracker.ino:9:40: fatal error: google-maps-device-locator.h: No such file or directory
compilation terminated.
../build/module.mk:267: recipe for target '../build/target/user/platform-10-mWatsonIoTAssetTracker.o' failed
make[2]: Leaving directory '/firmware/user'
make[2]: *** [../build/target/user/platform-10-mWatsonIoTAssetTracker.o] Error 1
../../../build/recurse.mk:11: recipe for target 'user' failed
make[1]: Leaving directory '/firmware/modules/electron/user-part'
make[1]: *** [user] Error 2
../build/recurse.mk:11: recipe for target 'modules/electron/user-part' failed
make: *** [modules/electron/user-part] Error 2
Compile failed: Compiler encountered an error
dutraa commented 5 years ago

Find any good resolution? I tried updating the firmware but that didn't do the trick