Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: MNT Reform2 (i.mx8mq), update



> The next line is splsched(), and the printf after that is never
> reached.

> splsched however appears to be an arch-specific define, and I don't
> know which one is being used (nothing obvious like aarch64 or cortex
> in the filenames).

cc -E should, among other things, tell you exactly which filenames are
involved in the compile, (grep for "^#" in the .i file) and grepping
them for splsched should tell you which one it's defined in.

Or so I would expect....

/~\ The ASCII				  Mouse
\ / Ribbon Campaign
 X  Against HTML		mouse%rodents-montreal.org@localhost
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index