This has got to be some problem with the toolchain for sure. I have not seen this kind of error come up before on multiple platforms (Cygwin, Linux, Cygwin). The .map file is the memory map for the load module created by the linker. What files are created after the build is done? Do you have this problem with e.g. the nano_skeleton example as well?
I'm working with SDCC, so I tried the example of the installation page.
I have the message
---Build done---
but, after, I have this message :
grep: nano_example_n1xx.map: No such file or directory
make: *** [link] Error 2
Why do I need a *.map ? How can I fix this problem ?
I'm using Windows XP with cygwin. My version of SDCC is the 2.7.0-2 sensinode blanked cygwin and my version of NanoStack is 1.0.3
Thank you very much for your help !
No ideas ?
Hi!
Sorry for the delay.
This has got to be some problem with the toolchain for sure. I have not seen this kind of error come up before on multiple platforms (Cygwin, Linux, Cygwin). The .map file is the memory map for the load module created by the linker. What files are created after the build is done? Do you have this problem with e.g. the nano_skeleton example as well?
You can find the SDCC manual here: http://sdcc.sourceforge.net/doc/sdccman.pdf
In Section 3.1 it explains the purpose of the output files.
- Zach