rpm –target: Unkown option

today when Im tring to refresh kernel 2.6.39 on my Fedora11 node, some small issue hit during make rpm progress.

double check and file the problem,

in the file linux-2.6.39/scripts/package/Makefile, this scriptwill detect the current installation of rpmbuild. If failed it will choose rpm instead. That’s why I hit the problem.

fix:
just refresh the rpm-build package and continue,.

 

 

embr-r60 upgraded

必须承认我对于自己对于升级一切app的懒惰性。。。

embr似乎还用着0.2*版本,但zi.mu已经失效了一段时间了,却也没有其他要更新的地方。

在windows下着实不方面,用着默认的Terminal+secureCRT, ftp/ssh来搞定,

但上传好zip 解压时候发现问题,

仔细确认了一下,应该是ftp 没有换成binary mode,手动切了一下重传,一切ok.

更新基本无缝,很赞。不影响现有app~

setjmp and longjmp

I’m reading <Expert C Programming>

this topic 6.8 is on setjmp/longjmp mechanism,
compared with throw/catch  this setting obviously has an re-enter callback.

notes,
-zip