Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow can I use macro outl in nios2 uclinux?
hi : I want to use macro( outl(data,address)) access pio directly. so I include <asm/io.h>.but make fail. The erro information is:undefine ref outl. But the macro outl is included in ...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by alex824@Apr 27 2006, 01:17 PM hi :
i want to use macro( outl(data,address)) access pio directly.
so i include <asm/io.h>.but make fail. the erro information is:undefine ref outl.
but the macro outl is included in <asm/io.h>.
i am so puzzle.
how can i solve it? thanks a lot.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14737)
--- quote end ---
--- Quote End --- add,# define __KERNEL__