Hi @VijayaJangam1
1.The "bash.exe: warning: could not find /tmp" means your Windows environment doesn’t have a /tmp directory.
I think you can try to create a tmp folder.
2.fatal error: LPC24xx.h: No such file or directory
means your project can’t find the LPC2478 MCU header file.
I think you can try to add the include path to your project settings or
copy the file into your project’s include directory.
BR
Harry