tinyos / nesc

Master nesc repository
GNU General Public License v2.0
100 stars 53 forks source link

Syntax errors in math.h with nescc-mig #41

Open DubiousCactus opened 6 years ago

DubiousCactus commented 6 years ago

Hello,

I have syntax errors in mathcalls-helper-functions.h (some type defines apparently) when trying to make for the telosb in the app TestSerial (using nescc-mig apprently). How can I troubleshoot that ?...

Thanks

cire831 commented 6 years ago

Hi,

How about posting what the compile error looks like?

and the line it is complaining about?

On Thu, Feb 22, 2018 at 5:30 AM, Théo Morales notifications@github.com wrote:

Hello,

I have syntax errors in mathcalls-helper-functions.h (some type defines apparently) when trying to make for the telosb in the app TestSerial (using nescc-mig apprently). How can I troubleshoot that ?...

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tinyos/nesc/issues/41, or mute the thread https://github.com/notifications/unsubscribe-auth/AAY46fPf_aU3-iy5-4h0EQFqhM0bzcmdks5tXWv4gaJpZM4SPUC5 .

-- Eric B. Decker Senior (over 50 :-) Researcher

DubiousCactus commented 6 years ago

Yes sorry I didn't do that. I thought it was irrelevant. I have fixed it with a pretty hacky fix by unsetting Float28 before the include of math.h in tos.h. I can provide you with the real error output when I can get my hands on it later.